Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.

SVN (Subversion) Code Repository

Subversion is the versioning control system used for development of THCNET.

Use Subversion to checkout a copy of the source code. This is the current development snapshot, while we do what we can to ensure that SVN versions are run-able, the code in SVN trunk should not be considered stable.

$> svn checkout http://devel.thcnet.net/svn/thcnet/trunk


If you'd like to commit code to the repository, please register for an account and send an email to krux \a\t\ thcnet \d\o\t\ net and requesting access.

Checking Out A Previous Release

You can also checkout a specific tagged release, by using the following:

$> svn checkout http://devel.thcnet.net/svn/thcnet/tags/thcnet-1.1.0.0


Live Development Site

If you would like to look at the latest development version of THCNET in action, you are also welcome to check the live development site at:

 https://devel.thcnet.net/thcnetdev/

Note: This site is running the current SVN trunk of the THCNET code, and is where I am acively working on the development of THCNET.