 |
Documentation
Kattare is dedicated to making your hosting experience as painless as possible. That means making as much help and documentation available as possible.
|
|
| Category |
| Getting Started |
|
Question
|
Last Modified: Apr 26, 2006
|
| How do I use CVS? |
| Answer |
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
|
[FAQ Main]
[Submit a Question]
[Back to Category "Getting Started"]
|