Great thanks! This works pretty well
How do I pull out the comments for a particular file and version? Say for example a file myfile.txt is submitted at version 10 with the comment "Bug1234: Fixed annoying bug" how do I pull this out of the myfile.txt file (myfile.txt;10)
Finally, is there any was in VSS to enforce the provision of comments when submitting code? I want to force developer to submit a comment AND force them to use a specific format (as above "Bug####:<free text>", where #### are numbers and <free text> is some free text description of the change
Is this possible
Many Thanks