TFS source control differs significantly form VSS. e.g. when I want to undo pending changes by others, where should I start? - no UI command menu, only command-line utility available, the tf.exe
The document in msdn is not clear enough (maybe only to myself ):
Two notes for above command:
1. workspaceowner - don't forget domain name if a domain user e.g. MyDomain/AnotherUserName
2. itemspec - try to use the fullpath if no luck e.g. $/ProjectName/trunk/FolderName/FileName.cs
The document in msdn is not clear enough (maybe only to myself ):
tf undo [/workspace:workspacename[;workspaceowner]]http://msdn2.microsoft.com/en-us/library/c72skhw4(VS.80).aspx
[/server:servername] [/recursive] itemspec [/noprompt
Two notes for above command:
1. workspaceowner - don't forget domain name if a domain user e.g. MyDomain/AnotherUserName
2. itemspec - try to use the fullpath if no luck e.g. $/ProjectName/trunk/FolderName/FileName.cs
本文探讨了Team Foundation Server (TFS) 和 Visual SourceSafe (VSS) 在源代码控制方面的显著差异,特别是在撤销他人待办更改的操作上。由于TFS没有提供图形界面操作选项,用户需要通过命令行工具tf.exe来执行撤销更改的任务。
9470

被折叠的 条评论
为什么被折叠?



