SVN Access
For those of you who aren’t programmers, this page isn’t going to be all that useful to you.
The Mission Disk source repository may be accessed using any SVN (subversion) client. The SVN repository holds up to the latest in-progress copy of the source.
To access the source, follow the steps below.
- Download TortoiseSVN (http://tortoisesvn.tigris.org/)
- Install it.
- Create a directory for your SVN source checkout, eg. c:\src\missiondisk
- Open this folder and right-click on the background
- Choose the “Checkout…” option.
- Enter the correct URL for the repository, eg. http://svn.missiondisk.com/trunk
- Choose OK and that should be it
The source code repository is read only. So that means you can check it out, but you can’t modify code on the server. Only project members can modify the code located in the repository. If you would like to help out or join the project, email a project member or leave a comment on this page.

