Andreas Krennmair:
[apps/madmutt.git] / do-commit.sh
index 795ce32..8371df4 100755 (executable)
@@ -1,3 +1,4 @@
 #!/bin/sh
-date "+%Y%m%d" > ./VERSION.date
+svn update
+echo $(($(svn info| awk -F': ' '/^Revision: / {print $2}')+1)) > ./VERSION.svn
 svn commit "$@"