Question: How to remove a directory

2002-01-30 Thread Tom Choi


Would you tell me how to remove a directory?

I have a CVS tree with a top delta and several branches.  Only I want to remove 
a directory from a top delta, nothing from branches.

Thanks,
Tom


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: Question: How to remove a directory

2002-01-30 Thread Larry Jones

Tom Choi writes:
 
 Would you tell me how to remove a directory?

 I have a CVS tree with a top delta and several branches.  Only I want to remove 
 a directory from a top delta, nothing from branches.

CVS only manages files, not directories.  As far as CVS is concerned,
directories are just things that hold files.  If you checkout/update
with the -P option (which you generally should -- you may want to add it
to your ~/.cvsrc file if you haven't already), directories that don't
contain any files will be deleted.

-Larry Jones

It's going to be a long year. -- Calvin

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs