Kevin Driedger
Kevin Driedger

Reputation: 54192

How do I get the version of the source file that I have in my tfs workspace?

I want to know what version of a file that I have in my local workspace so that I can revert to the old version if the new version of the file doesn't work.

I cannot seem to find a menu in Visual Studio that gives me the current version.

Upvotes: 0

Views: 96

Answers (1)

Kevin Driedger
Kevin Driedger

Reputation: 54192

tf localversions <sourceFileName>

i.e. tf localversions MySource.cs

Upvotes: 1

Related Questions