Mark writes:
>
>      - cvs remove files listed in the update, since import doesn't handle file
> removals

Import *does* handle file removals.  After importing a new release, do:

        cvs co -j old_rel_tag -j new_rel_tag module

where old_rel_tag is the release tag from the previous import and
new_rel_tag is the release tag you just used in this import.  CVS will
mark any removed files for deletion and all you have to do then is
commit the changes.

-Larry Jones

My life needs a rewind/erase button. -- Calvin

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

Reply via email to