Is there a way to search Microsoft Visual SourceSafe 6.0d for all files tagged with a specific label?
|
|
|||||
|
|
|
I don't think you can search by label, but you can get by label. To get a version by label:
|
||
|
|
|
|
It does seem to be a failure on Microsofts part not to put in a simple search feature on the comments of checkins/checkouts. I have found this http://www.codeproject.com/KB/cpp/Schiott_SourceReport.aspx It extracts all the comments you want to a text file. |
||
|
|
|
|
You can get by label. Sourcesafe accepts a label as a valid version number, so it's the same syntax:
this will get everything labelled |
||
|
|
|
|
AJ had the right idea, but you just need to use the "dir" command instead of get:
This will output each file with version that is at that label in the format of:
For those interested if you want to quickly tell what the latest version of a file is you can do:
Have a great time! |
||
|
|
