printing - Is there a way to print all the information in a certain amount of commits in TortoiseSVN/subversion? -
I want to be able to print all the changes in code from a certain date. Is it an easy way to get all this information in the central location, without manually copying and pasting all the commit logs?
svn log-r {DATE} & gt; Myfile.txt
Comments
Post a Comment