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.

  1. Check out the latest version of the particular project, for example Fork: svn co http://dev.michaux.ca/svn/trunk/Fork
  2. Make the change to the source.
  3. Ensure your code works.
  4. Sanity check the changes you've made: svn status
  5. Create a patch: svn diff > my_descriptively_named_patch.diff
  6. Create a new ticket with [PATCH] as the first word in the summary. Attach your patch file.
  7. Keep an eye on the ticket and address concerns that arise.