Link to home
Start Free TrialLog in
Avatar of erwaga
erwaga

asked on

TFS command line - get latest version

Hi,

I want to get latest of a project (Project1) to my work space (workspace1) using TFS command line. The command should download all items for the project.

Thanks in Advance
Avatar of clinton_cunningham
clinton_cunningham
Flag of Australia image

tf get Project1 /recursive /noprompt

ref:
http://msdn.microsoft.com/en-us/library/fx7sdeyf%28VS.80%29.aspx
Avatar of erwaga
erwaga

ASKER

I tried what you said, but got this error;

unable to determine the workspace
SOLUTION
Avatar of abhilekha
abhilekha

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial