trac permissions
If you would like permissions for creating and commenting tickets, etc, please email petermichaux@gmail.com with your preferred username and password.
Checking out the source
The Subversion repository resides at http://code.michaux.ca/svn and contains several free software projects.
Check out the current development version of all projects:
svn co http://dev.michaux.ca/svn/trunk
Check out the current development version of a particular project, for example Fork:
svn co http://dev.michaux.ca/svn/trunk/Fork
Creating a patch
Please keep patches small and focused.
- Check out the latest version of the particular project, for example Fork: svn co http://dev.michaux.ca/svn/trunk/Fork
- Make the change to the source.
- Ensure your code works.
- Sanity check the changes you've made: svn status
- Create a patch: svn diff > my_descriptively_named_patch.diff
- Create a new ticket with [PATCH] as the first word in the summary. Attach your patch file.
- Keep an eye on the ticket and address concerns that arise.
