Reputation: 1475
I am new to tfs, and i'm using the command line version (linux) of it.
In porting some scripts, I would like to confirm the tfs equivalent for the following cvs command:
cvs update
Upvotes: 0
Views: 61
Reputation: 78683
The equivalent to a CVS update in TFS is to do a recursive get latest:
tf get /recursive
Upvotes: 1