Links

SVN instructions for OSJava.org

Web Access

http://svn.osjava.org/cgi-bin/viewcvs.cgi is the top-most location of the OSJava projects. The trunk directory contains the current active development for each particular project.

A tar.gz file may be downloaded from the this site.

Anonymous Access

Using subversion, the OSJava code may be checked out with:

svn co http://svn.osjava.org/svn/osjava/trunk/<project>

where <project> is the name of your project.

Developer Access

Developers will first need to get a username/password setup for them. An email should be sent to the osj-members list requesting this. Once this is acquired, developers should checkout their project with:

svn co https://svn.osjava.org/svn/osjava/trunk/<project>

where <project> is the name of your project.