info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Converting ClearCase to CVS


From: Larry Jones
Subject: Re: Converting ClearCase to CVS
Date: Thu, 14 Feb 2002 14:17:40 -0500 (EST)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]