Tracker tool in Sourceforge - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T22:06:57Zhttp://stackoverflow.com/feeds/question/195305http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/195305/tracker-tool-in-sourceforge1Tracker tool in SourceforgeAmit Kumar2008-10-12T10:18:18Z2008-10-12T12:07:49Z
<p>I am implementing a project on sourceforge. I want to know if any of you have used the tracker tool in sourceforge project hosting site. </p>
<ol>
<li>How does it compare to trac/bugzilla? </li>
<li>In case I want/have to use trac, do I have to host it myself? Or can I use some other online hosting?</li>
</ol>
http://stackoverflow.com/questions/195305/tracker-tool-in-sourceforge/195338#1953382Answer by unexist for Tracker tool in Sourceforgeunexist2008-10-12T10:52:51Z2008-10-12T12:07:49Z<p>I started my project there and moved later to an own server for many reasons. I bet it's a matter of taste - the SF menus are often really complicated and I always have a long way to find what I am actually seeking.</p>
<p>The advantage of own project management software like <a href="http://trac.edgewall.org/" rel="nofollow">Trac</a> or <a href="http://redmine.org" rel="nofollow">Redmine</a> is that you have the power of everything. You can install addons at will, use other VCS and style it as you like. The biggest disadvantage is that you probably must do all that.</p>
<p>There are several free hosting services out there that offer a <a href="http://trac.edgewall.org" rel="nofollow">Trac</a> or similar:</p>
<ol>
<li><a href="http://devjavu.com/" rel="nofollow">http://devjavu.com/</a></li>
<li><a href="http://www.assembla.com/" rel="nofollow">http://www.assembla.com/</a></li>
<li><a href="http://sharesource.org/" rel="nofollow">http://sharesource.org/</a></li>
</ol>