Source Control
We are using Subversion 1.6.3 as our source control server. Our repositories are being served by the svnserve.exe server. This custom server uses the svn:// protocol.
The main repository is located at svn://svn.wheelmud.net/WheelMUDSharp/trunk This repository has write restrictions, but you can freely get the source code from there.
We have a test repository, where anybody can practice using any of the Subversion client tools. The url for this is svn://svn.wheelmud.net/WheelMUDTest
Submitting Patches
If you are unfamiliar with or need a refresher on creating patches from Subversion, please read this tutorial over at http://tortoisesvn.net/docs/release...patch.html
Here is the required information for submitting patches:
- Attach the patch file to your post
- Include a description of what this patch does and/or fixes.
- Include the CodePlex ticket number, if it addresses a ticket in the CodePlex issue tracker.
The submittion of a patch does not guarrantee that it will be applied. We promise to give an answer either way, whether it was accepted or rejected, and an explanation.
Write access to the trunk
July 1st, 2009
The administrators have suspended automatically giving people write access to the main repository. The administrators will review write access requests on a per case basis. Please submit at least one patch before requesting write access to the repository. Feel free to practice on svn://svn.wheelmud.net/WheelMUDTest This repository is open to everybody.