Mike Ayers writes: > > cvs [rtag aborted]: cannot open directory > E:\CVSROOT\cameras\cam1\doc\vendor\Maxim/Attic > > Upon checking, I find that the directory exists, is not read-only, and has no > files in it (this is correct, as I have not removed any files from this > directory). Any ideas as to what CVS is gagging on or how I can fix it?
Are you using cygwin? There's some kind of a bug in some versions where it returns the wrong error code and thus makes CVS think there's something wrong rather than directory just being empty. I'll also note in passing that you should use forward slashes in your CVSROOT, not backslashes. Some parts of CVS don't handle backslashes so it will probably bite you sooner or later. -Larry Jones Any game without push-ups, hits, burns or noogies is a sissy game. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
