bug-coreutils
[Top][All Lists]
Advanced

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

Re: [PATCH] Remove old CVS-isms from bootstrap.


From: Micah Cowan
Subject: Re: [PATCH] Remove old CVS-isms from bootstrap.
Date: Thu, 25 Oct 2007 08:44:30 -0700
User-agent: Thunderbird 1.5.0.13 (X11/20070824)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Jim Meyering wrote:
> Micah Cowan <address@hidden> wrote:
>> +    * bootstrap: Remove --cvs-user, CVS_USER, CVS_RSH; and "test -d
>> +    CVS" from version_controlled_file function.
> ...
>> -  if test -d CVS; then
>> -    grep -F "/$file/" $dir/CVS/Entries 2>/dev/null |
>> -         grep '^/[^/]*/[0-9]' > /dev/null && found=yes
>> -  elif test -d .git; then
>> +  if test -d .git; then
>>      git-rm -n "$dir/$file" > /dev/null 2>&1 && found=yes
>>    else
>>      echo "$0: no version control for $dir/$file?" >&2
> 
> Applied, but not that last hunk, so projects using
> CVS can still use this bootstrap script.

Okay. I just removed that because the only place version_controlled_file
appeared to be getting used was within gnulib/.

I imagine in time we may want to add similar features for git; certainly
I could see where specifying a different clone depth might be desirable.

- --
Micah J. Cowan
Programmer, musician, typesetting enthusiast, gamer...
http://micah.cowan.name/

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHILne7M8hyUobTrERCAIFAJ4xbS/M8WWZDBvtFQ39DhAePE9fIwCfTVpK
f6oTSMkduJ2Sxbo8+wMPtBs=
=m9uD
-----END PGP SIGNATURE-----




reply via email to

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