Size: 706
Comment:
|
← Revision 3 as of 2016-08-02 11:42:46 ⇥
Size: 648
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from GettingStarted/how-do-i-use-cvs |
Question: How do I use CVS?
We support CVS from a non-daemon, non-anonymous access standpoint:
To init: (for user jim, please adjust accordingly)
cvs -d /home1/j/jim/cvs init
For more help on CVS:
man cvs
Remote access from another unix machine with cvs installed: (will require the login and password for user jim, and you will need to use your webserver hostname accordingly.)
export CVS_RSH=ssh export CVSROOT=:ext:jim@webserver.kattare.com:/home1/j/jim/cvs
Then you can run cvs commands normally from your remote system like so:
cvs checkout blah