[Xfce4-commits] r27072 - xfce4-settings/trunk
Brian Tarricone
kelnos at xfce.org
Mon Jun 16 06:58:45 CEST 2008
Author: kelnos
Date: 2008-06-16 04:58:44 +0000 (Mon, 16 Jun 2008)
New Revision: 27072
Modified:
xfce4-settings/trunk/autogen.sh
Log:
+x for autogen, better way to get svn rev from git-svn
Modified: xfce4-settings/trunk/autogen.sh
===================================================================
--- xfce4-settings/trunk/autogen.sh 2008-06-15 22:10:00 UTC (rev 27071)
+++ xfce4-settings/trunk/autogen.sh 2008-06-16 04:58:44 UTC (rev 27072)
@@ -35,7 +35,7 @@
# substitute revision and linguas
linguas=$(sed -e '/^#/d' po/LINGUAS)
if [ -d .git/svn ]; then
- revision=$(git-svn log | head -n 2 | tail -n 1 | cut -d' ' -f1 | cut -dr -f2)
+ revision=$(git-svn find-rev trunk)
elif [ -d .svn ]; then
revision=$(LC_ALL=C svn info $0 | awk '/^Revision: / {printf "%05d\n", $2}')
else
Property changes on: xfce4-settings/trunk/autogen.sh
___________________________________________________________________
Name: svn:executable
+ *
More information about the Xfce4-commits
mailing list