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