English
Tag it:
Delicious
Furl it!
Spurl
NewsVine
Reddit
YahooMyWeb
Technorati
Digg
Mister.Wong

Status of the Subversion Repository

The subversion repository is currently in the process of being filled with code from the manager and the server part of the openthinclient-suite. The process of reviewing our code before submitting it to the public curently consumes a lot of time.

What is Subversion?

Subversionexternal link (SVN) is a source code and revision control system which allows us to maintain a central repository for our source code and keep track of changes to it. The nice guys over at SourceForgeexternal link host a subversion server for us. Read what they have to say about Subversionexternal link.

Web Browsing the SVN repository

To browse the SVN repository using ViewVC interface use
http://openthinclient.svn.sourceforge.net/viewvc/openthinclient/external link
You can also browse the tree directly:
https://openthinclient.svn.sourceforge.net/svnroot/openthinclientexternal link

Checking out the source code

In order to check out the source code, you need to have a subversion client installed. Clients come in various flavours:
To check out the source code using the command line SVN client use the following command:<p>
svn co https://openthinclient.svn.sourceforge.net/svnroot/openthinclient/suite/trunk openthinclient-suite