BlueOxygen:Checkout from SVN

From BlueOxygen Wiki

Jump to: navigation, search

We are using SourceForge.net as our default center for development, esp the Subversion (SVN) server.

This model will make checking out the source code from SVN is standard. We are not using Java.net anymore, so you will find old version there. This is because we can to consolidate and use the SF.net's cool statistics feature.

[edit] Checking Out from SVN

To checkout the source code, you need the SVN Client such as svn client from tigris, or tortoise SVN for Windows user, or install subclipse plugins for eclipse (http://subclipse.tigris.org)

this project's SourceForge.net Subversion repository can be checked out through SVN with the following instruction set:

svn co https://projectname.svn.sourceforge.net/svnroot/projectname projectname

You must change the projectname with the project name such as aconix, papaje, cimande or postila like this:

svn co https://aconix.svn.sourceforge.net/svnroot/aconix aconix


for the release version use the tags to get the release version

svn co https://aconix.svn.sourceforge.net/svnroot/aconix/trunk aconix


if you want to join our development, please checkout from trunk

svn co https://aconix.svn.sourceforge.net/svnroot/trunk aconix
Personal tools