how to detect modified properties using SVN log
Background: writing an automated release script to export changed files between versions from SVN and upload to remote server. The svn log command shows modified files and properties, but seems to not distinguish its verbose output between a content modification over property modifications. Am I reading this output wrong, or is there an easy way to get a list of changed files between revisions whilst ignoring prop changes Here's my sample cmd: #: svn log "someurl" -r 2210:HEAD -v -q Output: ------------------------------------------------------------------------ r2211 | author | 2010-02-08 12