Rocco Rutte:
[apps/madmutt.git] / do-commit.sh
diff --git a/do-commit.sh b/do-commit.sh
new file mode 100755 (executable)
index 0000000..d36aa33
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+svn update
+echo "`svn info | awk -F': ' '/^Revision: / {print $2}'`+1" | bc > ./trunk/VERSION.svn
+svn commit "$@"