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

Reply via email to