[lldb-dev] arconfig says project is 'clang' in the SVN repo
Siva Chandra
sivachandra at google.com
Fri Dec 19 12:11:22 PST 2014
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