7

Let's say I have web hosting account on linux on which i wish to host a svn server with wiki, project management to do lists, bugs, etc.

Can you recommend me such a tool(which has all of those - if is possible ) or do I have to put them separately?

do you know a good link with tutorial about how to setup those?

lothar
  • 19,853
  • 5
  • 45
  • 59
Duncan Benoit
  • 3,297
  • 8
  • 29
  • 26

8 Answers8

17

Maybe http://trac.edgewall.org/

Scoregraphic
  • 7,110
  • 4
  • 42
  • 64
  • The only caveat, if it really is one, is that SVN is still installed separately. As a bonus, you can use Bitten as a CI server in conjunction with Trac. – Harper Shelby May 08 '09 at 13:29
6

Another choice

http://www.redmine.org

Sake
  • 4,033
  • 6
  • 33
  • 37
2

Eclipse with Mylyn, the mediawiki plugin, and SVN plugins.

Andrew Sledge
  • 10,163
  • 2
  • 29
  • 30
1

Assembla is a good choice as well. It can manage several projects and track progress, bugs, Test cases, etc.. There are several packages as well. If you are not a opensource developer, take a look at this as well.

diyoda_
  • 5,274
  • 8
  • 57
  • 89
1

There is a commercial tool called track & wiki from Polarion It is a tracker and a wiki. Special Feature is: everything(even configuration!) is stored inside the SVN-Repository.

Peter Parker
  • 29,093
  • 5
  • 52
  • 80
0

The Commercioal Tool Polarion uses the Core of the OpenSource-Project XWiki. XWiki (http://www.xwiki.com/) is very scalable and has an SVN-Extension, see http://extensions.xwiki.org/xwiki/bin/view/Extension/SVN+Application.

Matthias Wegner
  • 303
  • 4
  • 18
0

I don't believe you are going to find anything with that is an all in one installation that includes subversion.

Sorry to shamelessly plug Joel's own product FogBugz, but it works very well for us. It can be installed on Linux . The requirements are here. It includes project management, bug tracking, a wiki, and integrates with SVN.

The installation instructions for SVN will depend on your Linux distribution, but your best resource is the subversion book.

catalpa
  • 1,902
  • 2
  • 15
  • 16
0

How about django-projectmgr from The Washington Times ? It has SVN integration, feature requests, tasks, bug reports, wiki, and even a timeline.

Swaroop C H
  • 16,902
  • 10
  • 43
  • 50