Change Tfs Workspace Name
In case in you have changes your computer name & you want to change the Tfs workspace name follow the following command.
1. Load the Visual Studio developer command prompt.
2. Run the Following Command
tf workspaces /updateUserName:OldUserName /collection:http://Tfs_server:8080
you can find more command here.
http://msdn.microsoft.com/en-us/library/cc31bk2e(vs.80).aspx
Comments
Post a Comment