JOpenStore |
|
| Home Documentation Download CVS Project SF page |
CVS INFORMATIONHere you can find information on how to use SourceForge CVS system to obtain project sources.
SourceForge
uses anonymous pserver based access to CVS
repository. This
means that anybody can checkout sources, but only authorized developers
can commit changes. After you checkout the sources, you can build the
application by following information provided in the README file.
Now, we will go through the steps necessary to checkout the sources. The SourceForge CVS server is cvs.sf.net, and the projects CVS root is under /cvsroot/jopenstore. The module you should checkout is jopenstore-1.0, but you can also checkout everything without much problems. If you use command-line CVS client, you should issue command like: cvs
-d:pserver:anonymous@cvs.sf.net:/cvsroot/jopenstore co jopenstore-1.0
If everything goes well, you will be prompted for a password, Just press "Enter" and checkout should begin immeaditelly. If you have any problems, check the documentation on SourceForge web site. |