X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=do-commit.sh;h=8371df48e75fb0678c97516619657560082b74c7;hb=97de4b74e9626fa50345a2ccb2c9f607e0ad3484;hp=02f9ff22236c4933dfbd620e16dc50609cde11e9;hpb=df4b0c9fbf972b2f70daf954f7cadd1723e345fa;p=apps%2Fmadmutt.git diff --git a/do-commit.sh b/do-commit.sh index 02f9ff2..8371df4 100755 --- a/do-commit.sh +++ b/do-commit.sh @@ -1,3 +1,4 @@ #!/bin/sh -echo "\$Revision\$ `date`" > ./.dummy -svn commit +svn update +echo $(($(svn info| awk -F': ' '/^Revision: / {print $2}')+1)) > ./VERSION.svn +svn commit "$@"