clean repo
[apps/madmutt.git] / do-commit.sh
diff --git a/do-commit.sh b/do-commit.sh
deleted file mode 100755 (executable)
index 4cb7e7c..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-svn update
-echo "`svn info | awk -F': ' '/^Revision: / {print $2}'`+1" | bc > ./VERSION.svn
-if [ x"$1" != x ] ; then
-  svn commit do-commit.sh VERSION.svn "$@"
-else
-  svn commit
-fi