Search code examples
svndocumentationissue-trackingintegrated

Tips for an easy and great SVN integrated issue tracking system?


Hey I'm looking for some tips for a good and easy to install easy to use SVN integrated issue tracking system.

We are maybe 3 friends looking for something much simpler to install, like double click and install then maybe write some configuration files.

A local system would be good if there's a good installation guide to follow. A web hosting system is preferred because then we don't have to get our own server.

I tried to install "Redmine", but the installation guide i was using was very long so i messed up somewhere.

I work as a C# developer, at work we use "Trac" but i read that its a huge work to install and configure tons of different modules so no thanks. And doesn't support multiple projects.

I tried SourceForge but encountered some SVN permission problems there, also I only get 1.4kBps when committing so that is too slow. Also their homepage loads too slow to, its going to be a pain to work there.

Anyone know any other system I can try? Preferable that has a short and simple installation guide. Thanks for any suggestions.

choose GIT-hub. its smooth easy. uses git and we are just using it for some fun game projects with my friends, so the fact that all code is opensource doesn't matter.


Solution

  • You could use

    • github (GIT, only public repositories for free)
    • bitbucket (GIT and Mercurial, private repositories for free)

    If switching to Mercurial or GIT is an option. (And that switch would save you a lot of subversion-pain ;)