Mapping Source Control Folder from Command Line  
Author Message
Ed Abshire





PostPosted: Team Foundation Server - Version Control, Mapping Source Control Folder from Command Line Top

How do you create a new workspace on the command line and actually set the Source Control Folder portion of the workspace

tf workspace /new /server:http://server:8080 WorkspaceName works for creating a root workspace that points to the directory you run it in, but we do not want to get all the code every time. We would like to specify Source Control Folder mappings to specific directories in the TFS Source Control.

-Ed



Visual Studio Team System8  
 
 
Richard Berg MSFT





PostPosted: Team Foundation Server - Version Control, Mapping Source Control Folder from Command Line Top

tf workfold

 
 
Ed Abshire





PostPosted: Team Foundation Server - Version Control, Mapping Source Control Folder from Command Line Top

Yup, just found this now and was replying to say I found it. Thanks Rich! =)