I'm thinking about using a wiki for my next project: a medium-complexity set of perl libraries and apps running on mod_perl Apache. It will add up to about 10 libraries (from a data abstraction layer up to business-rule libraries) and three apps above that, including Perl, XML/XSLT, and Apache configs.
Since the project doesn't have a deadline, I want to use it as a "best practices" adoption project.
I'm planning on switching over to Subversion, and really doing the full automated smoke/regression testing thing with Perl script harnesses.
I'll be the first and only developer on the project, and I plan on adding more people about halfway through. By then I should have the whole Design/Document/Build/Test routine as automated as I can.
So, what wiki can I use that has strong ties to SVN, or that has hooks so I can customize it easily and make it an integral part of the development cycle?
Showing messages 1 through 1 of 1.
Best Wiki for software project?
2006-07-13 21:43:12
danielpm
[View]
Try Trac - http://www.edgewall.com/trac/ - it's a web front end for subversion with bug tracking and a wiki based on MoinMoin built in.