August 29, 2012
List modified files with SVN in Linux
When the command svn status
returns too much information, filter the output with grep
. This line finds only modified files and leaves out deleted, missing, and unversioned files.
svn status | grep ^M