read -p 'commit message: ' msg
files=`svn status | grep ^? | awk '{ print $2 }' | egrep "\.(py|js|html|png|jpg)$"`
if [ -n "$files" ]; then
...
#!/usr/bin/ruby -w status, *cmd = ARGV ...
Ruby script for subversion statu...
by philippe.rathe.myopenid.com,
December 17, 2007 19:01,
2 refactorings, tagged with ruby, subversion, svn, tools
For those who work with sub...
I wonder if there's a way t...