Rocco Rutte:
[apps/madmutt.git] / do-commit.sh
index 6ba3aa1..8371df4 100755 (executable)
@@ -1,3 +1,4 @@
 #!/bin/sh
-echo "\$Revision\$ `date`" > ./dummy
-echo svn commit
+svn update
+echo $(($(svn info| awk -F': ' '/^Revision: / {print $2}')+1)) > ./VERSION.svn
+svn commit "$@"