How to synhronize source files with Visual Studio for team work

Not only will the control system track changes you make to files version by version, but it will also let you work with other team members allowing concurrent development as your project propresses. Most foregin coporations perfer  "version control" or "source code control". The following will introduce how SourceGear Vault, a version control system set for the .NET developer:

1. you have a vault server installed and configured, install the vault client on both mechines.

2. Bind VS to Vault

Open VS

Click Tools > Options > Souce Control> Change the setting.

Close the Options

3. Open project from Vault

Once bound, Open VS, click File>Source Control> Open from Souce Control. Then enter vault after validating your password and usename successfull

4.Done

 

 

發佈了35 篇原創文章 · 獲贊 0 · 訪問量 4萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章