<div dir="ltr">Thanks for the answers Todd, they were very clarifying ;)<div><br></div><div>Please, see below some of my replies.<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Apr 9, 2014 at 1:36 PM, Todd Fiala <span dir="ltr"><<a href="mailto:tfiala@google.com" target="_blank">tfiala@google.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div class=""><div>Some people do indeed use Phabricator.  You can go here:<br>
</div></div><div><a href="http://reviews.llvm.org/" target="_blank">http://reviews.llvm.org/</a><br></div><div><br></div></div></div></div></blockquote><div>I think it is also possible to do reviews on bugzilla, like WebKit does. But I'm familiar with those.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div></div><div><br></div><div>which states a process for LLVM that involves sending patches to (for lldb) lldb-commits or lldb-dev, which doesn't specifically require (although it does support) a gerrit/Phabricator/etc. change list review site.</div>
<div class="">
<div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div></div><div>Also, I noticed that it is still using svn for its source control. I use git, so that is a barrier.</div>

<div><br></div></div></blockquote><div><br></div></div><div>You can pull code down from the git mirror, we do this all the time:</div><div><a href="http://llvm.org/git/llvm" target="_blank">http://llvm.org/git/llvm</a></div>
<div><div><a href="http://llvm.org/git/clang" target="_blank">http://llvm.org/git/clang</a></div>
</div><div><div><a href="http://llvm.org/git/lldb" target="_blank">http://llvm.org/git/lldb</a></div></div><div><br></div></div></div></div></blockquote><div>Oh, yeah, I'm checking out the code from these git trees already.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div></div><div>I think it is documented <a href="http://llvm.org/docs/GettingStarted.html#git-mirror" target="_blank">here</a>.</div>
<div><br>
</div><div>If you get submit permissions, I find it way easier to submit into an svn tree since I've always found git-svn integration flaky, but some people do submit (via git-svn) and just work entirely out of git.  You have those options to consider.</div>
</div></div></div></blockquote><div>Is there instructions in <a href="http://lldb.llvm.org">lldb.llvm.org</a> for setting git-svn? I use git-svn for skia, so I might be able to reuse their instructions with some tweaks, so I will look at this later. But I think it might be worth to have this documented somewhere.</div>
<div> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div class="">
<div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div></div><div>Also it does not seem to have a CQ.</div>

</div></blockquote><div><br></div></div><div>CQ - can you define?  Do you mean a quality control system like the <a href="http://lab.llvm.org:8011/console" target="_blank">llvm buildbot system</a>?  It doesn't *appear* that we collectively look at them frequently, but I might be wrong on that.  Fortunately, people are quick to chime in on lldb-dev when there's an issue on their build.  Sometime in the future I plan on adding a Google Android buildbot and it will be spitting out nag emails when our tests break to the suspected change lists added since the last green test run.  I think the FreeBSD buildbot (?) does this as well, but most don't.  (Every once in a while a buildbot email goes to lldb-dev, but it's a rare event --- maybe we just never break the build :-P).</div>
<div class="">
<div><br></div></div></div></div></div></blockquote><div>Sorry for using an abbreviation which not everyone might be familiar with. CQ stands for Commit Queue, which is a system that could be running on top of the review system and committs patches when they are ready to be submitted back into the official repository (after the patch has been compiled and tested and approved by the reviewer(s)). Both projects I'm more familiar with, WebKit and Chromium, do use it.</div>
</div><div><br></div>-- <br><div dir="ltr">Thiago Farina</div>
</div></div></div>