= Information for Trac Hack Developers == Subversion The TracHacks Subversion repository is at http://trac-hacks.org/svn. Each hack has its own top-level path, with sub-directories underneath each directory for each [wiki:release] the hack is available for. For example: {{{ http://trac-hacks.org/svn/addcommentmacro/0.9 http://trac-hacks.org/svn/addcommentmacro/0.8 }}} When a NewHack is registered, the developer is given write access to the entire path underneath their hack, so these are just default directory layouts. TracHacks has the [http://projects.edgewall.com/trac/file/tags/trac-0.8.4/contrib/trac-post-commit-hook trac-post-commit-hook] 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&owner=athomas create a ticket]. If all else fails, contact [wiki:otaku42 me]. == Newbie Corner * Setup your [t:wiki:TracDev/DevelopmentEnvironmentSetup development environment]. * See the [DevGuide Plugin Development Guide] * Check out the [wiki:tutorial tutorials] created by our contributors. * Hack away! ---- See also: HackProcedures, trac:TracDev/PluginDevelopment