Reputation: 54192
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
Reputation: 54192
tf localversions <sourceFileName>
i.e.
tf localversions MySource.cs
Upvotes: 1