David Abrahams writes: > > This appears to be a Windows-only behavior; it doesn't happen on my Linux > machine. It seems like a bug to me... > > $ cvs remove foo > cvs remove: file `foo' still in working directory > cvs remove: 1 file exists; remove it first
That's the expected behavior. You need to use the -f flag to delete the local file as well as removing it in CVS. (If it doesn't happen on your Linux machine, you probably have "rm -f" in your ~/.cvsrc file.) -Larry Jones My brain is trying to kill me. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
