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 out all of the changes to the code since a certain date. Without manually copy and pasting the in开发者_如何学JAVAformation from all the commit logs, is there an easier way to get all this information into a central location?
svn log -r {DATE} > myfile.txt
精彩评论