<br><br><div class="gmail_quote">On Thu, Jan 6, 2011 at 12:28 AM, Walter Bright <span dir="ltr"><<a href="mailto:newshound2@digitalmars.com">newshound2@digitalmars.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im"><br></div>
That's pretty much what I'm afraid of, losing my grip on how the whole thing works if there are multiple dmd committers.<br>
<br>

</blockquote></div>Perhaps using a modern SCM like Git might help?  Everyone could have (and should have) commit rights, and they would send pull requests.  You or one of the managers would then review the changes and pull and merge with the main branch.  It works great; just checkout out Rubinius on Github to see what I mean: <a href="https://github.com/evanphx/rubinius">https://github.com/evanphx/rubinius</a><br>