On Jul 18, 2:57 pm, Todd Denniston <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote, On 07/18/2008 06:59 AM: > >> cvs tag -R tag_name . > > > exits with the error: > > > cvs [tag aborted]: could not chdir > > Have you tried with out the explicit '-R' and '.' ? > `cvs tag tag_name` should follow the same code path, and should tag everything > in your sandbox (workarea).
This worked. Thanks. In future though I will consider excluding unused directories from my checkout. Does anyone know if you can exclude using wildcards? i.e. cvs co "!foo/subdir_*" foo _______________________________________________ Bug-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bug-cvs
