Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You might want to consider an online repository and/or tracker/planner in addition to your local one. It's another stage of risk management and if, in the future, someone else joins your team, you can scale up just by granting them access.</p> <p>Some options: </p> <p>Source Control (Online):</p> <ul> <li><a href="http://www.assembla.com/" rel="nofollow noreferrer">Assembla</a> - Public source is free, private repositories are paid</li> <li><a href="http://sourceforge.net/" rel="nofollow noreferrer">Source Forge</a> - Open source only</li> <li><a href="http://code.google.com/hosting/" rel="nofollow noreferrer">Google Code</a> - Open source only</li> <li><a href="http://github.com/" rel="nofollow noreferrer">Git Hub</a> - Public source is free, private repositories are paid</li> <li><a href="http://www.bitbucket.org/" rel="nofollow noreferrer">Bit Bucket</a> - Unlimited private repos with up to 5 contributors, or 8 if you invite friends</li> </ul> <p>Bug Tracking/Project Management</p> <ul> <li><a href="http://lighthouseapp.com/" rel="nofollow noreferrer">LightHouse</a> - Unlimited open source, paid private projects</li> <li><a href="http://www.fogcreek.com/FogBUGZ/" rel="nofollow noreferrer">FogBugz</a> - Full version is free for up to two developers</li> <li><a href="http://www.basecamphq.com/" rel="nofollow noreferrer">BaseCamp</a> - Paid only</li> <li><a href="http://trac.edgewall.org/" rel="nofollow noreferrer">Trac</a> - Not hosted (although Assembla hosts it), open source - Python</li> <li><a href="http://www.bugzilla.org/" rel="nofollow noreferrer">Bugzilla</a> - Not hosted, open source - Perl</li> <li><a href="http://www.mantisbt.org/" rel="nofollow noreferrer">Mantis</a> - Not hosted, open source - PHP</li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload