<div class="gmail_quote">On 19 August 2010 14:09, Cornelius Mostert <span dir="ltr">&lt;<a href="mailto:corneliusmostert@googlemail.com">corneliusmostert@googlemail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi <br><br>The company I work for has outgrown their Change Management Solution. They have developers in US, Canada, India and maybe soon in China and I was wondering what solutions are there for:<br><ol><li>a global development market, it needs to be fast and I guess it will be web based.</li>


<li>it would be best if it could track the change/bug detail right down to the file version that has been changed ( the current solution keeps Change objects and file objects and connect the 2 on a version level so you could go back and get al the files (and correct version of the file) done for a change OR look at a file version and see what change objects link to it)</li>

</ol></blockquote><div>&lt;snip&gt;</div><div> </div></div>Hi Cornelius,<div><br></div><div>Not sure how much is relevant to your situation, but here is how we do it:</div><div><br></div><div>We use git over ssh, managed on a central server using gitosis (<a href="http://eagain.net/gitweb/?p=gitosis.git">http://eagain.net/gitweb/?p=gitosis.git</a> but available in the ubuntu repositories). Gitosis also makes user management for small teams easy.</div>

<div><br></div><div>We use redmine (<a href="http://www.redmine.org/">http://www.redmine.org/</a>) for our issue tracking system which ties in with git, so that we can use things like &quot;refs #1234&quot; to link a git commit to an issue (or even &quot;fixes #1234&quot; to close it). It also has a repository browser built in.</div>

<div><br></div><div>A couple of developers are using eclipse as their IDE with the Mylyn (<a href="http://www.eclipse.org/mylyn/">http://www.eclipse.org/mylyn/</a>) which also links in with both redmine and git to enable them to manage their work queue and do all their work in one place.</div>

<div><br></div><div>The other useful bit of software I have found useful for git is giggle (<a href="http://live.gnome.org/giggle">http://live.gnome.org/giggle</a>) which is just a GUI for browsing local git repos.</div>
<div>
<br></div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>Hope That Helps</div><div><br></div><div>Steve Garton</div><div><a href="http://blog.sheepeatingtaz.co.uk">blog.sheepeatingtaz.co.uk</a></div>

<meta http-equiv="content-type" content="text/html; charset=utf-8"><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta http-equiv="content-type" content="text/html; charset=utf-8">