kXML-RPC CVS Access
The kXML-RPC source can be accessed in a number of ways.
The source code can be viewed online
here.
To download the source code to your machine, follow the
Read-Only CVS Access instructions below.
To have write access the source code, follow the CVS Write
Access instructions below.
CVS Source Code Control
We maintain all of our source in a CVS repository.
You can learn more about CVS from
http://www.cvshome.org.
Read Only CVS Access
Follow these instructions to download the latest source using anonymous CVS access:
Set your CVSROOT environment variable to
':pserver:anoncvs@enhydra.org:/u/cvs'
For example, under Unix:
CVSROOT=':pserver:anoncvs@enhydra.org:/u/cvs'
export CVSROOT
- Log in to the CVS repository using the following command.
cvs login
(Enter 'anoncvs' as the password when prompted.)
- Check out the sources using the following command.
cvs co kxmlrpc
(Enter 'anoncvs' as the password when prompted.)
CVS Write Access (committers only)
You can also gain write access to the kxmlrpc CVS tree. To do so
- Become a committer by being active in the project and contributing code!
- Obtain a CVS user ID (and mail address) from the project Chair.
For this example, we assume that this account is 'john' and the password
is 'MrOtter'.
- Set the CVSROOT environment variable to
- Set up CVS and SSH. See the
CVS over SSH pages for more information.
- Proceed with normal CVS checkout, update, commit, etc. commands.
|  |

|