2

Please let me know the Batch file command to "get TFS advanced get specific with latest version"

Advanced --> Get Specific Version --> Type "Latest Version" --> Overwrite --> Get

1 Answer 1

3

You can force a get using:

tf vc get /noprompt /recursive /overwrite /version:T path\to\workspace\root 

To restore deleted files you can add /all or replace /overwrite /all with /force.

See also: https://www.visualstudio.com/en-us/docs/tfvc/get-command

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.