Micah Cowan <[EMAIL PROTECTED]> 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. _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
