13.2 Updating with the import command
When a new release of the source arrives, you import it into the
repository with the same
For files that have not been modified locally, the newly created
revision becomes the head revision. If you have made local
changes,
The above command will check out the latest revision of `wdiff', merging the changes made on the vendor branch `FSF_DIST' since yesterday into the working copy. If any conflicts arise during the merge they should be resolved in the normal way (see section 10.3 Conflicts example). Then, the modified files may be committed. However, it is much better to use the two release tags rather than using a date on the branch as suggested above:
The reason this is better is that
using a date, as suggested above, assumes that you do
not import more than one release of a product per day.
More importantly, using the release tags allows CVS to detect files
that were removed between the two vendor releases and mark them for
removal. Since
This document was generated by Frank Budszuhn on 10/28/2004 using slightly modified texi2html |