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: Jim Meyering
Subject: Re: [PATCH] Remove old CVS-isms from bootstrap.
Date: Thu, 25 Oct 2007 09:12:57 +0200

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.




reply via email to

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