
August 10th, 2011, 08:46 PM
|
 |
Lost in code
|
|
|
|
|
For bug tracking my personal favorite is JIRA, although it's probably fairly expensive for a new start up. Mantis is a free bug tracking tool that works fairly well, although it's interface looks like it was designed in the 90s.
SVN is easy to use VCS, although the client has a lot of dependencies. GIT is more powerful and has fewer dependencies, but in terms of ease-of-use it's pretty much at the opposite end of the spectrum from SVN. It has very good merge support. Unfortunately, I've never used a VCS that was less user friendly.
|