[llvm] r288562 - [doc] Add .arcconfig setup to the "how to work with a monorepo" section

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 2 17:04:41 PST 2016


Author: mehdi_amini
Date: Fri Dec  2 19:04:40 2016
New Revision: 288562

URL: http://llvm.org/viewvc/llvm-project?rev=288562&view=rev
Log:
[doc] Add .arcconfig setup to the "how to work with a monorepo" section

Modified:
    llvm/trunk/docs/GettingStarted.rst

Modified: llvm/trunk/docs/GettingStarted.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=288562&r1=288561&r2=288562&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.rst (original)
+++ llvm/trunk/docs/GettingStarted.rst Fri Dec  2 19:04:40 2016
@@ -736,6 +736,17 @@ commited. Note that a current limitation
 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
 ------------------------
 




More information about the llvm-commits mailing list