summaryrefslogtreecommitdiff
path: root/svn_commit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'svn_commit.sh')
-rwxr-xr-xsvn_commit.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/svn_commit.sh b/svn_commit.sh
deleted file mode 100755
index 1441474..0000000
--- a/svn_commit.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-svn up
-REVIZE=$(( `svn info | grep Revision |awk -F ': ' '{print $2}'` + 1 ))
-echo "#define TUXANCI_NG_VERSION \"svn${REVIZE}\"" > config.h
-svn ci