ronlahav

dear all

i want to us undo command via tf commandline. one of its parameters is workspace. what is it how do i find this parameter in my tfs server

Thanks alot

ron



Re: Team Foundation Server - Build Automation workspace - what is it?

Aaron Hallberg - MSFT

A workspace is just a collection of server -> local item mappings. You shouldn't need to specify the workspace for the undo command if you execute it from a mapped directory. If you execute it from an unmapped directory, you will need to specify the workspace that includes the change you want to undo.

To see a list of your workspaces, type "tf workspaces /s:<TFS server>".

-Aaron