Use the .git/ directory not the .git/svn/ directory to check whether to update the...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 11 Feb 2008 13:18:32 +0000 (13:18 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 11 Feb 2008 13:18:32 +0000 (13:18 +0000)
git-svn-id: http://svn.voria.com/code@1670 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/build_tools/autorevision.sh

index ec7ec8d..c3c67cf 100644 (file)
@@ -16,7 +16,7 @@
 get_git_svn_id(){
        export SCM=git-svn
        export REVISION=`cd "$1"; git svn find-rev HEAD`
-       export COMPARE="$1/.git/svn"
+       export COMPARE="$1/.git/"
        if [ x = "x$REVISION" ] ; then
                # The extra M at the end is for Modified
                export REVISION=`cd "$1"; git svn find-rev \`git rev-list --max-count=1 --grep='git-svn-id: ' HEAD\``M