TFS2010 VC commands

the unmap working folder does not work for me because I can't pass the collection or owner parm to it. see the errors:

Path to Executable: C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\tf.exe
Command line: workfold /workspace:A23183-DM /unmap c:\data\build\ebiz\source
Multiple workspaces exist with the name A23183-DM.
Please specify the Team Foundation Server or qualify the name with the owner.
Failed!
 

per the TF.exe docs... I should be able to use /collection:http://tfsdev:8080/tfs/defaultcollection

thanks,

Garth

Hi Garth,
I added the ability to specify a collection for unmap, but my testing didn’t get too far. According to MSDN /collection isn’t actually a valid flag to the workfold command: http://msdn.microsoft.com/en-us/library/0fa04bx6(v=vs.80).aspx

Can you point me at the TF docs you were looking at?

Cheers,

Ben

here is the doc link.

http://msdn.microsoft.com/en-us/library/0fa04bx6.aspx

Also the command

tf workfold /unmap [/collection:TeamProjectCollectionUrl] [/workspace:workspacename]
[/recursive] (serverfolder|localfolder) [/login:username,[password]]

thanks,

Garth.