[lldb-dev] arconfig says project is 'clang' in the SVN repo

Siva Chandra sivachandra at google.com
Fri Dec 19 14:35:57 PST 2014


Ignore this. I now understand that there was a human error in checking
out LLDB SVN and that in turn made me believe I was actually checking
out lldb.

On Fri, Dec 19, 2014 at 12:11 PM, Siva Chandra <sivachandra at google.com> wrote:
> I see this in my SVN checkout:
>
> $> cat .arcconfig
> {
>   "project_id" : "clang",
>   "conduit_uri" : "http://reviews.llvm.org/"
> }
>
> Whereas, in my Git checkout:
> $> cat .arcconfig
> {
>   "project_id" : "lldb",
>   "conduit_uri" : "http://reviews.llvm.org/"
> }
>
> Can I commit a change to the .arcconfig in SVN? Will it lead to any
> problems with Git?
>
> Thanks,
> Siva Chandra



More information about the lldb-dev mailing list