English
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?
SubversionWeb Browsing the SVN repository
To browse the SVN repository using ViewVC interface usehttp://openthinclient.svn.sourceforge.net/viewvc/openthinclient/
You can also browse the tree directly:
https://openthinclient.svn.sourceforge.net/svnroot/openthinclient
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:- Command line client
- There's also a GUI client for Windows
- Also, there are Subversion plugins for all major Java IDEs. With eclipse
you might want to use Subversive
.
svn co https://openthinclient.svn.sourceforge.net/svnroot/openthinclient/suite/trunk openthinclient-suite
