|
|
|
 |
|
 |
|
Checkout CSOAP using CVS
Prepare to checkout csoap
Install CVS software from http://www.cvshome.org
There are a very nice CVS tool for Windows at http://tortoisecvs.sourceforge.net
Anonymous CVS Access
csoap modules can be checked out through anonymous (pserver) CVS with the following instruction set.
When prompted for a password for anonymous, simply press the Enter key.
$ cvs -d:pserver:anonymous@csoap.cvs.sourceforge.net:/cvsroot/csoap login
$ cvs -z3 -d:pserver:anonymous@csoap.cvs.sourceforge.net:/cvsroot/csoap \
checkout -P libsoap
Developer CVS Access via SSH
Only project developers can access the CVS tree via this method.
A SSH client must be installed on your client machine. Substitute developername with the
proper values. Enter your site password when prompted.
export CVS_RSH=ssh
$ cvs -z3 -d:ext:developername@csoap.cvs.sourceforge.net:/cvsroot/csoap \
checkout -P libsoap
Browse the CVS repository
Though CVS
repositories are most commonly accessed using a special piece of
software called a CVS client, there are also a web-based interface to
view CVS repositories. Browsing the CVS tree
gives you a great view into the current status of this project's code.
You may also view the complete histories of any file in the repository.
The main module is
libsoap
|
|
 |
|
 |
|