[Goodies-commits] r3926 - xfmpc/trunk
    Mike Massonnet 
    mmassonnet at xfce.org
       
    Fri Feb  8 12:34:34 CET 2008
    
    
  
Author: mmassonnet
Date: 2008-02-08 11:34:34 +0000 (Fri, 08 Feb 2008)
New Revision: 3926
Modified:
   xfmpc/trunk/autogen.sh
Log:
* autogen.sh:
  - Use remotes/trunk instead of HEAD for the git-svn find-rev command
Modified: xfmpc/trunk/autogen.sh
===================================================================
--- xfmpc/trunk/autogen.sh	2008-02-08 11:34:30 UTC (rev 3925)
+++ xfmpc/trunk/autogen.sh	2008-02-08 11:34:34 UTC (rev 3926)
@@ -30,7 +30,7 @@
 # substitute revision and linguas
 linguas=`sed -e '/^#/d' po/LINGUAS`
 if test -d .git/svn; then
-  revision=`LC_ALL=C git-svn find-rev HEAD`
+  revision=`LC_ALL=C git-svn find-rev remotes/trunk`
 elif test -f .svn; then
   revision=`LC_ALL=C svn info $0 | awk '/^Revision: / {printf "%05d\n", $2}'`
 else
    
    
More information about the Goodies-commits
mailing list