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