Jan 13
go into the base directory of the new module
cd new_module
cvs import -m "Importing sources” new_module VENDOR_TAG RELEASE_TAG
go into the base directory of the new module
cd new_module
cvs import -m "Importing sources” new_module VENDOR_TAG RELEASE_TAG
export CVS_RSH=ssh
export CVSROOT=:ext:user@host:/path/to/cvsroot
Create root repository directory, e.g. /var/data/cvs
cvs -d /var/data/cvs init
Recent Comments