svn history via command line
command-line, svn, version-control
Solution
You can use the "svnlook history" command: Subversion Complete Reference
Problem
I am trying to write a utility in python to get me all the files that have been modified for a specific branch....i don't care about the date or who commited. how would I go about doing this? I can handle the python part, I just can't find a command in svn to give me the output.