[Date Prev][Date Next][Date Index]
[linux] Using CVS updated.
This is how you use CVS..Shashank
bash$ cvs -d :pserver:anoncvs@cvs.handhelds.org:/cvs login
Logging in to :pserver:anoncvs@cvs.handhelds.org:2401/cvs
CVS Password: anoncvs
bash$
Later find out the name of the module that u want to download. This is often
given..Lets say that it TEST_MOD.
In order to download this module to your test directory, just do
cvs -d :pserver:anoncvs@cvs.handhelds.org:/cvs checkout TEST_MOD
This will start downloading TES_MOD.