Prev Software Development Tools in Unix Next

Managing Local Modifications

cvs import repository vendor-tag release-tag

The directory in your local cvs repository to store this imported tree.

     A tag to identify the vendor, ie "IBM", "FSF" or "redhat" 

A tag to identify the release. No periods, use underscores. Like "screen-3_9_11".

# Example:

     cvs import -m "Import of FSF v. 0.05" fsf/wdiff FSF_DIST WDIFF_0_04

# Check out and commit like it was your own code.
Prev Copyright © 2004 SIPB