Download StepMania Source Code
StepMania uses Subversion to manage the source code.
Contents |
Install Subversion
Windows command line: http://subversion.tigris.org/files/documents/15/39559/svn-1.4.5-setup.exe
Mac OS command line: http://downloads.open.collab.net/binaries.html
As of some version of OS X (probably Tiger, I think), svn is already installed if you install the dev tools. If it isn't, I recommend installing macports <http://www.macports.org/install.php> and then running: sudo port install svn
More versions, including GUIs: http://subversion.tigris.org/project_packages.html
Checkout Instructions
svn co https://svn.stepmania.com/svn/trunk/stepmania
Browse the repository
https://svn.stepmania.com/svn/
How to get a username/password for commit access
- You only need to ask for commit access once you have a change to commit.
- Please email the Developers mailing list about your change before requesting commit access.
To request commit access, email chrisdanford@users.sourceforge.net with your SF username, and I'll reply with a randomly-generated password. To keep things managable, your svn username will match your Sourceforge username.
