TEE Command Line Client 是TFS的一个客户端, 可运行于Unix,Linux ,Mac 及windows平台。可从微软官方网站获取试用版
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=af1f5168-c0f7-47c6-be7a-2a83a6c02e57
以下是最简单的使用方法
1. Create workspace:
D:/local folder name>tf workspace /new /computer: computername /collection:http://tfs server name:8080/tfs/defaultcollection xxworkspace
Workspace 'xxworkspace' created.
2. Map working folder
D:/ local folder name >tf workfold /map /collection:http://tfs server name:808
0/tfs/defaultcollection /workspace:xxworkspace $/server project d:/local folder name
3. Get project
D:/local folder name>tf get /recursive