On Fri, Jul 18, 2008 at 12:59 PM, <[EMAIL PROTECTED]> wrote: > The reason is there is a directory in the CVS repository that I do not > have in my work area and that I do not want to tag. > > Is there anyway round this? Some sort of option which makes TAG > continue and not abort?
Why does the directory not exist in your work area? Did you explicitly delete it with 'rm -rf foo/subdir'? Or did you just never ask CVS to get it from the server? Perhaps you could edit foo/CVS/Entries and delete the line that looks like 'D/subdir////'? _______________________________________________ Bug-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bug-cvs
