bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bootstrap for SVN


From: Sergey Poznyakoff
Subject: bootstrap for SVN
Date: Wed, 12 Mar 2008 05:48:26 +0200

Hello,

I have installed the following change to make bootstrap work better with
SVN repositories:

diff --git a/build-aux/bootstrap b/build-aux/bootstrap
index cf6b73b..1a24e82 100755
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -415,6 +415,8 @@ version_controlled_file() {
             grep '^/[^/]*/[0-9]' > /dev/null && found=yes
   elif test -d .git; then
     git rm -n "$dir/$file" > /dev/null 2>&1 && found=yes
+  elif test -d .svn; then
+    svn log -r HEAD "$dir/$file" > /dev/null 2>&1 && found=yes  
   else
     echo "$0: no version control for $dir/$file?" >&2
   fi

Regards,
Sergey   




reply via email to

[Prev in Thread] Current Thread [Next in Thread]