[cfe-dev] clang - getting started with git

Eric Christopher echristo at apple.com
Wed Jul 11 21:28:00 PDT 2012


On Jul 11, 2012, at 8:27 PM, Thiago Farina <tfarina at chromium.org> wrote:

> On Mon, Jul 9, 2012 at 11:55 PM, John McCall <rjmccall at apple.com> wrote:
>> On Jul 9, 2012, at 5:50 PM, Thiago Farina wrote:
>>> Are there instruction for checking out/compiling clang with git
>>> instead of svn?
>> 
>> Many — perhaps even most — of us do use git, despite the repository
>> being canonically in svn.  LLVM.org provides a standard git mirror, which
>> you can read about on LLVM's Getting Started page:
>>  http://llvm.org/docs/GettingStarted.html#starting
>> 
>> If you're planning on committing patches yourself, I would recommend
>> setting up your repository with git-svn;  that's also described in that
>> document.
>> 
> Done.
> 
> Does that means anyone has commit writes in llvm/clang repositories?
> It seems dangerous.

Nope. Only people with commit rights may commit that way.

-eric



More information about the cfe-dev mailing list