read -p 'commit message: ' msg
files=`svn status | grep ^? | awk '{ print $2 }'  | egrep "\.(py|js|html|png|jpg)$"`
if [ -n "$files" ]; then
...

Bash Simple SVN commit script

by Mark, July 26, 2011 18:48, 2 refactorings, tagged with svn, commit

I wonder if there's a way t...

B15dd469447f99c489fe08886025ddf7 Talk