git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288562
91177308-0d34-0410-b5e6-
96231b3b80d8
file rename, and thus it is propagated to SVN as a combination of delete-add
instead of a file rename.
+If you are using `arc` to interact with Phabricator, you need to manually put it
+at the root of the checkout:
+
+.. code-block:: console
+
+ % cd $TOP_LEVEL_DIR
+ % cp llvm/.arcconfig ./
+ % mkdir -p .git/info/
+ % echo .arcconfig >> .git/info/exclude
+
+
Local LLVM Configuration
------------------------