Contents
Information for Trac plugin developers
Subversion
The TracHacks Subversion repository is at https://trac-hacks.org/svn.
Each plugin has its own top-level path, with sub-directories underneath each directory for each release the plugin is available for. For example:
https://trac-hacks.org/svn/addcommentmacro/0.10 https://trac-hacks.org/svn/addcommentmacro/0.11
When a NewHack is registered, the developer is given write access to the entire path underneath their plugin, so these are just default directory layouts.
TracHacks has the CommitTicketUpdater installed, so you can use the handy closes #x, etc. when committing changes to the repository. See the list of valid tokens for each command:
Issues
If you have any issues with TracHacks, check the existing tickets, then create a ticket.
If all else fails, contact me.
Newbie Corner
- Setup your Trac development environment.
- See the Plugin Development Guide
- Check out the tutorials created by our contributors.
- Code away!
See also: HackProcedures, trac:TracDev/PluginDevelopment