$page_title = "Subversion Access"; $page_name = $page_title; include( "../include/header.inc" ); ?>
HeroStats uses Subversion to manage the project’s source files. If you are new to Subversion, then you may wish to read SourceForge’s Basic Introduction to Subversion. The first thing you will need to access the HeroStats source code in Subversion is a Subversion client. Any Subversion client will work, but most of the HeroStats team members use TortoiseSVN.
In order to access the Subversion repository anonymously, you have to configure your Subversion client. Specific client configurations are beyond the scope of this document, but you will need the following information. Keep in mind that your client may use different terms.
URL of repository | https://herostats.svn.sourceforge.net/svnroot/herostats/trunk |
Please note that the directory and file names are case sensitive.
In addition, you can also Browse the Subversion Repository via your browser. The HeroStats project page on SourceForge has additional documentation for anonymous Subversion access.
If you are a developer for HeroStats, then you have access to commit changes to the Subversion repository. Please see the SourceForge documentation on how to access the Subversion repository.
include( "../include/footer.inc" ); ?>