Friday, August 20, 2010

Important Basic CVS Commands

login
-----
cvs -d :pserver:username:password@:2401/reposname login

import
------

cvs -d :pserver:username:password@:2401/reposname import -m "message" foldername INITIAL start

for example
/home/srinivas/test contains testzip folder

go to the path

cd /home/srinivas/test

execute the following command

cvs -d :pserver:username:password@:2401/reposname import -m "test" testzip INITIAL start

checkout
--------

cvs -d :pserver:username:password@:2401/reposname checkout modulename

No comments: