Is there a way in Microsoft Visual SourceSafe to see all the files I've ever checked-in?
feedback
|
|
With a project selected, go to Tools, Show History, tick Recursive, and enter your user name into User. Click OK. | |||
|
feedback
|
|
The command line may be faster, more efficient for this. From the command line:
And then check the contents of checked-out-by-username.txt for your check-outs. For example: My So, my command line looked like this:
If you want to get all users' check-outs, remove the Other command line info: | |||||
feedback
|