Reports in VSS
-
I use Visual Source Safe for version control and have a special desktop that is used for only doing release builds. Before I do a 'get' of all changes to do the build, it would be nice to generate a report that would list all files that I was about to 'get'. Is there anyway of generating this report? Thanks. Chris Meech
-
I use Visual Source Safe for version control and have a special desktop that is used for only doing release builds. Before I do a 'get' of all changes to do the build, it would be nice to generate a report that would list all files that I was about to 'get'. Is there anyway of generating this report? Thanks. Chris Meech
I don't believe there is a built in function for this. However you could use the automation interfaces of VSS to write a script that would generate the reports you want.
-
I don't believe there is a built in function for this. However you could use the automation interfaces of VSS to write a script that would generate the reports you want.
Along these lines, is there an archive of VSS scripts someplace? Stuff that someone else has already built? J