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
_______________________________________________
lldb-dev mailing list
lldb-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to