Sunday, February 12, 2012

Team Foundation Server - Installation Note

1. Installation OS
       Window 7
       Window Server 2008 (recommend)
2.IIS service
     控制台->程式和功能->開啟或關閉Windows功能
      Check Internet Information Services
                  Internet Information Services Web核心
3.Installation Window SQL Server 2008 R2
      Add administrator and password
4.Installation Team Foundation Server 2010
5.Installation Visual studio 2010

Done
-----------------------------------------------------------------------------
Team Foundation Server Basic



Check-in:Upload your code to Server

Shelve And UnShelve:程式碼完成一半,暫時擱置,同時其他人也可以取得Shelve的程式碼並修改。

Branch(分支):將已完成的版本,建立新的分支,同時開發舊的版本與新的版本。
                       PS.After Branch you need Check-in again

Merge(合併):將舊版與新版合併


衝突發生:

也可先使用Shelve



Lable:標記程式碼版本




-----------------------------------------------------------------------------
Visual Studio 2010 hotkey Note

alt + shift :多行同時輸入
alt + mouse Left Drag:一次編輯多行





-----------------------------------------------------------------------------
Reference:

No comments:

Post a Comment