Install Trac on Windows

“Trac is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management. Our mission is to help developers write great software...

Trac XML-RPC java plugin

Next I’ll get into this plugin: http://trac-hacks.org/wiki/XmlRpcPlugin install the plugin with easy_install: easy_install /path/to/unpacked/xmlrpcplugin.zip/trunk and add the module to the trac.ini in /path/to/project/conf/trac.ini: [components] tracrpc.* = enabled assign privileges to anonymous user...

free svn hosting

I started using http://opensvn.csie.org but could problems (host not responding) when actually trying to import. Now I’m evaluating http://www.assembla.com and so far import is working. It’s a different approach because you need...

hudson

One of the new tools I discovered is Hudson. This is a building system that can build your projects (ant/maven/…) from svn. More information here: https://hudson.dev.java.net/