Discover Microsoft Team Foundation Server

来源:互联网 发布:网络图编辑软件 编辑:程序博客网 时间:2024/05/16 03:22

/*by Jiangong SUN*/


Team Foundation Server (TFS) is an collaboration server integrated with versioning control, code review, task tracking, bug tracking functionalities using agile or scrum developing methods.


I find it useful and interesting, so I've tried to use it, and made a brief tutorial for introducing it.


If you use visual studio 2010, you need to install sp1 and KB2662296 before you start.

Now, let's start !


1) Click "Connect To Team Foundation Server" in Visual studio and add your team foundation server 





2) Now you have added your TFS server



3) Here is the solution structure



4) Navigate to your local solution and add it your TFS server



5) Commit



6)  Modify project files, right click modified file and compare



7) "Check in" modified file



Then, you can use your TFS server as SVN. Of course there are also other important fonctionalities, here is just the basic introduction. Follow me for further useful tips.


Enjoy coding ! 


原创粉丝点击