X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=do-commit.sh;h=d36aa338cb02d96eb177940e7a44491268205339;hb=ad286e74a2a6c97f36812497d275ce3c6af3dab3;hp=795ce32921191b21aea278e0bee0dc59abe4eace;hpb=e131de5b5f40e0a4100a17cf128ba56424003176;p=apps%2Fmadmutt.git diff --git a/do-commit.sh b/do-commit.sh index 795ce32..d36aa33 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" | bc > ./trunk/VERSION.svn svn commit "$@"