lkml.org 
[lkml]   [2008]   [Jan]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 1/1] [Scripts] add svn revision information to setlocalversion
Date
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
---
scripts/setlocalversion | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/scripts/setlocalversion b/scripts/setlocalversion
index 52f032e..2d6645c 100644
--- a/scripts/setlocalversion
+++ b/scripts/setlocalversion
@@ -25,6 +25,10 @@ if head=`git rev-parse --verify HEAD 2>/dev/null`; then
# All done with git
exit
fi
+# Check for svn and a svn repo.
+if rev=`svn info 2>/dev/null | grep '^Revision' | awk '{print $NF}'` ; then
+ printf -- '-svn%s' $rev
+fi

# Check for mercurial and a mercurial repo.
if hgid=`hg id 2>/dev/null`; then
--
1.5.3.4

\
 
 \ /
  Last update: 2008-01-30 11:17    [W:0.188 / U:0.340 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site