English 中文(简体)
Codaset, Codebasehq, Unfuddle, Trac or Redmine? [closed]
原标题:

Closed. This question is off-topic. It is not currently accepting answers.


Want to improve this question? Update the question so it s on-topic for Stack Overflow.

Closed 12 years ago.

I have a handful of small Git repositories I would like to host remotely. They re all private projects, most of them in Java.

Codaset, Codebasehq, Unfuddle, Trac, Redmine.. There seems to be an abundance of solutions out there. They re all packed with features and useful functionality.

Putting aside pricing and the glossy layouts, what is the best way of comparing these options?

问题回答

Up-front disclosure: I m one of the Trac devs.

I think you need to look at what you re trying to accomplish, what functionality will help you accomplish those goals and how that matches up with the available options, and look at the flexibility the system provides.

I think flexibility is where Trac really shines -- trac-hacks has a lot of plugins to add a lot of functionality (some better than others), and they aren t difficult to write; and the workflow is very configurable so it can match what you want your workflow to be. You can make it very simple (a ticket is either open, or it s closed), or as complex as you can devise, with side-effects at certain transitions, etc.

You can also ask questions in #trac on freenode; it s pretty low noise, and there are generally a couple people around during US business hours who can answer questions and discuss Trac stuff with you.

To really compare the various options, I d suggest setting up a small example project in each, play around with it, and ask questions. But you really need to decide what matters to you to even get started.

These pages might be helpful:

Wikipedia: Comparison of project management software

Wikipedia: Comparison of issue-tracking systems

Yes I would suggest the same thing; give us all a go, and actual use each. That is the only way to really decide if it is what you need.





相关问题
git confusion - cloning a repo is returning a past version

Im having some confusion with my git usage. I cloned a repo from one comp to the other, and the new clone is the state of the original that was active some time ago. So its cloning a past version. ...

Appropriate strategy for tagging and hotfixing with git

I was wondering if the strategy I m using for tagging and hotfixing tags (which then I use for deploying rails applications) with git is appropriate. For tagging I just tag a commit of the master ...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

Using Git in a TFS shop

Using Git at home has spoiled me - I now find using TFS at work to be a bit of a drag and want to explore the possibility of using Git locally and syncing somehow with TFS. I figure there are a few ...

热门标签