Theo
Theo

Reputation: 1475

what is the quivalent of 'cvs update' in tfs

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

Answers (1)

Edward Thomson
Edward Thomson

Reputation: 78683

The equivalent to a CVS update in TFS is to do a recursive get latest:

tf get /recursive

Upvotes: 1

Related Questions