6

I love the Google Project Hosting web app. It includes bug tracking, wiki and SCM in one interface. (Example: WMD Editor)

This solution is closed source and not for sale. While searching similar solutions I found Trac which has a rougher interface.

Could you list similar solutions?

Someone asked the same question, but specified Git as the SCM.

Community
  • 1
  • 1
Jader Dias
  • 88,211
  • 155
  • 421
  • 625

10 Answers10

13

[EDIT] Since I wrote this answer, an exciting new fully-integrated distributed project management software has hit 1.0: Veracity by SourceGear.


Fossil-SCM is a nice distributed SCM, where "SCM" has the original meaning of "Software Configuration Management" and not the new diluted meaning of "Source Code Management".

What this means is that Fossil integrates distributed version control, distributed bug tracking and distributed wiki into one repository. Not one UI, like, say, Trac but one single repository.

So, if you clone a Fossil repository, you do not just get the latest version of the source code plus all its history, like you would get with Git, Mercurial, Bazaar, Monotone, Darcs or any other version control system, you also get the current bug database plus all its history and the current wiki plus all its history.

Fossil is written by D. Richard Hipp, who is not only the author of SQLite but also CVSTrac (the precursor of Trac). So, you know it's gotta be good.

If you want to see an example of Fossil in action, just the follow the link I posted: Fossil is hosted in Fossil itself and the Fossil homepage is actually just the Fossil repository itself.

BTW: even if you don't end up using Fossil, just spend some time learning its concepts. It's a rather brilliant design, and you're probably going to learn something which you can apply even if you are using Trac, Git, Instiki or whatever.

Community
  • 1
  • 1
Jörg W Mittag
  • 363,080
  • 75
  • 446
  • 653
  • Where is the view interface for Fossil? How can we get the website interface like the one on http://fossil-scm.org/index.html/doc/trunk/www/index.wiki for our own projects? – Pacerier Mar 25 '15 at 18:28
8

You might look at redmine.org, I'm just getting familiar with it, having only used it on a project for a couple months, but liking it so far.

echoesofspring
  • 221
  • 1
  • 3
  • 10
5

If you're willing to tolerate closed source FogBugz is pretty good. http://www.fogcreek.com/FogBUGZ/

They'll let you test it for up to 2 people and if you decide you like it you can either licence space on their servers or purchase to run on your servers.

If you're an open source only kind of guy, I recommend diversifying. Get a couple different pieces of software to do the different things you want. Often times things like SVN will have post commit scripts to link your commits to your wiki or bug tracking, etc.

Its nice when things are bundled, but nicer when you can pick and choose the things you want.

tzenes
  • 1,699
  • 2
  • 15
  • 31
  • Actually now, I believe they let you test it for as many people as you want for 45 days. Though I do remember it being two at some point in the not so distant past. – Amadiere Nov 05 '09 at 19:02
  • +1: we use it here at Inntec. The wiki had some irritating little problems, at least in the previous version, but for the most part we're all very happy. – Brian MacKay Nov 05 '09 at 19:03
  • Actually I was thinking in mixing MediaWiki with Bugzilla and Subversion – Jader Dias Nov 05 '09 at 19:04
  • 1
    We actually used MediaWiki with Mantis and Subversion. It worked out well for a while (I had some very impressive post commit scripts which I inherited), but ultimately FogBugz is just a cleaner interface – tzenes Nov 05 '09 at 19:06
4

Trac does all of these things.

s1n
  • 1,434
  • 11
  • 10
  • I can't tell you exactly what I dislike about Trac, but I will continue to use it just until I learn to use a better solution. – Jader Dias Nov 05 '09 at 19:11
  • 2
    If you can't tell me what you don't like about Trac, then it'll be hard to recommend something that solves your problem. You might also try LiquidPlanner or FogBugz, though I've never used those so I can't recommend them. – s1n Nov 06 '09 at 04:39
4

If you really like the Google Hosting App, you might find InDefero the right choice for you.

3

I like Assembla.

Daniel Rodriguez
  • 1,443
  • 12
  • 19
1

FogBugz is pretty slick. I've been using for a month and really like it. It has a SCM plugin.

ChickenMilkBomb
  • 939
  • 6
  • 18
0

Do you really need all three solutions (SCM, bug tracking, and wiki) in one solution? Why not mix and match the solutions that work best for you?

I've never used Trac, but bugzilla works really well as a free bug tracker. There are lots of open source wikis out there, and for free SCMs, mercurial, git and subversion are all excellent choices.

For paid solutions, Atlassian Jira and Confluence (task tracking and wiki) are okay, but FogBugz is better. Perforce is IMHO the best non-free SCM out there.

Ether
  • 53,118
  • 13
  • 86
  • 159
0

I'll have to go with echoesofspring on this one. Redmine looks to be a great system as issue tracking/ project management tool if you want to: 1. manage multiple projects with sub-projects 2. project/ task status transparency with clients or project managers 3. repository integration (I haven't used it) 4. Gant charts and calendars and more...

I chose it from this [wiki list of project management tools] :[1]http://en.wikipedia.org/wiki/Comparison_of_project_management_software#!

Tsega
  • 21
  • 3
0

Did someone mention Indefero? Looks nice enough so non-techs wont be scared to use it, open source version, private projects... Git support, issue tracker... seems like a good solution.

chiggsy
  • 8,153
  • 5
  • 33
  • 43