From: Wilfried Göesgens Date: Tue, 20 Jul 2010 20:26:42 +0000 (+0000) Subject: * if no version is to be found, and a ready made revision file is already there,... X-Git-Tag: v7.86~87 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=f909cc46b44d02ca4d9648ef0aa78a1a0ca5ad57 * if no version is to be found, and a ready made revision file is already there, don't create a new one. --- diff --git a/citadel/scripts/mk_svn_revision.sh b/citadel/scripts/mk_svn_revision.sh index 35ad0dc94..2c5e1e26e 100755 --- a/citadel/scripts/mk_svn_revision.sh +++ b/citadel/scripts/mk_svn_revision.sh @@ -31,6 +31,10 @@ else BUILD="GIT: $BRANCH : $TAG" echo "This code base git-revision: $BUILD" CAN_BUILD_SVN_REVISION="yes" + else + if test -f $C_FILE; then + exit + fi fi fi