Subversion

We've decided to go with SVN as our version management system along with trac. It's the same system that the folks at WordPress use. We're just going to give you some basic options for getting HSR via SVN.

In order to use these functions you need subversion installed on your system.

To checkout the latest version of HSR:
svn co http://svn.gigabetz.com/hsr/trunk/

To update your copy of HSR:
svn update

Note: You must be in the directory.

That should be pretty much all you need for now. If we feel that you need more functions in the future we will post anything that is needed.