[[PageOutline(2-5,Contents,pullout)]] = 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 [wiki: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 [trac:CommitTicketUpdater] installed, so you can use the handy ''closes #x'', etc. when committing changes to the repository. == Issues If you have any issues with TracHacks, check the [report:9?COMPONENT=TracHacks existing tickets], then [/newticket?component=TracHacks create a ticket]. If all else fails, contact [wiki:otaku42 me]. == Newbie Corner * Setup your [t:wiki:TracDev/DevelopmentEnvironmentSetup Trac development environment]. * See the [DevGuide Plugin Development Guide] * Check out the [wiki:tutorial tutorials] created by our contributors. * Code away! ---- See also: HackProcedures, trac:TracDev/PluginDevelopment