[SCM] libav/experimental: extract revision from svn-1.4 .svn/entries files

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:02:20 UTC 2013


The following commit has been merged in the experimental branch:
commit c1047cda84c93ebd8e46bb1d98d565e7407468c6
Author: Måns Rullgård <mans at mansr.com>
Date:   Mon Jun 18 19:35:19 2007 +0000

    extract revision from svn-1.4 .svn/entries files
    
    Originally committed as revision 9362 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/version.sh b/version.sh
index c04822f..e6190a8 100755
--- a/version.sh
+++ b/version.sh
@@ -3,6 +3,7 @@
 svn_revision=`cd "$1" && LC_ALL=C svn info 2> /dev/null | grep Revision | cut -d' ' -f2`
 test $svn_revision || svn_revision=`cd "$1" && grep revision .svn/entries | \
                                     cut -d '"' -f2 2> /dev/null`
+test $svn_revision || svn_revision=`cd "$1" && sed -n '/^dir$/{n;p;q}' < .svn/entries`
 test $svn_revision || svn_revision=UNKNOWN
 
 NEW_REVISION="#define FFMPEG_VERSION \"SVN-r$svn_revision\""

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list