|
Post by ZF on Aug 11, 2009 22:07:37 GMT -5
Login cvs -d:pserver:[username]@<serverip>:[directory on server] login
Initialize a new project cd $projectname cvs import -d $projectname vendor_name initial
Check out sources cvs co -P $projectname
Check in local changes cvs ci source-file
Addpassword to CVSROOT/passwd htpasswd [password file] [username]
To update your cvs files with NEWLY ADDED files: cvs update -d
To remove dir from cvs: cvs remove [filename/dir]
To check in Linux kernel cvs import -I ! $... ...
|
|