X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=do-commit.sh;h=8371df48e75fb0678c97516619657560082b74c7;hb=97de4b74e9626fa50345a2ccb2c9f607e0ad3484;hp=795ce32921191b21aea278e0bee0dc59abe4eace;hpb=e131de5b5f40e0a4100a17cf128ba56424003176;p=apps%2Fmadmutt.git diff --git a/do-commit.sh b/do-commit.sh index 795ce32..8371df4 100755 --- a/do-commit.sh +++ b/do-commit.sh @@ -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 "$@"