PDA

View Full Version : How can I specify a TFS Workspace using Team Foundation Get action


JLanda
02-18-2010, 09:40 PM
After renaming my local Workspace "Nightly" to "BuildMain", none of the Team Foundation Get actions in my .bld project work anymore. They return they following:
"Step default property 'Command' = 'Get'
"C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\tf.exe" Get /force /noprompt /login:domain\username,password /recursive $/ABC/misc
TF14061: The workspace Nightly;DOMAIN\username does not exist.
Process completed with exit code 100"

I cannot modify the Options tab of the step to specify the local Workspace because it will not accept input. I don't see the Workspace being specified in the commandline (above), so where is this default Workspace value being pulled from? I've looked everywhere.

Very frustrating, I would appreciate any insight.

Thanks in advance.

kinook
02-18-2010, 11:53 PM
See the Workspace command.

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

http://www.kinook.com/VisBuildPro/Manual/teamfsample.htm

http://www.kinook.com/Forum/showthread.php?threadid=3044

HippyCraig
04-14-2010, 01:21 PM
I ran into the same issue, if you know the workspace exsists, use the Workspaces function of TFS this will check the server for exisitng workspaces and clear anything that is "cached" for a lack of a better term.

No matter how many workspace you have on one computer, only one folder can be mapped to any one workspace so that is how TF.exe determins the workspace to use.