[llvm] 004ae20 - phab doc: remove the svn section

Sylvestre Ledru via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 9 13:17:14 PST 2020


Author: Sylvestre Ledru
Date: 2020-01-09T22:17:06+01:00
New Revision: 004ae200a5a818ea87d71e4e686939dec4a8d757

URL: https://github.com/llvm/llvm-project/commit/004ae200a5a818ea87d71e4e686939dec4a8d757
DIFF: https://github.com/llvm/llvm-project/commit/004ae200a5a818ea87d71e4e686939dec4a8d757.diff

LOG: phab doc: remove the svn section

Added: 
    

Modified: 
    llvm/docs/Phabricator.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/Phabricator.rst b/llvm/docs/Phabricator.rst
index 7de8dc1e6a0b..b811918dce45 100644
--- a/llvm/docs/Phabricator.rst
+++ b/llvm/docs/Phabricator.rst
@@ -206,20 +206,6 @@ the following:
   ninja check-$whatever # Rerun the appropriate tests if needed.
   git llvm push
 
-Subversion and Arcanist (deprecated)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-To download a change from Phabricator and commit it with subversion, you should
-first make sure you have a clean working directory. Then run the following
-(where ``<Revision>`` is the Phabricator review number):
-
-::
-
-  arc patch D<Revision>
-  arc commit --revision D<Revision>
-
-The first command will take the latest version of the reviewed patch and apply
-it to the working copy. The second command will commit this revision to trunk.
 
 Abandoning a change
 -------------------


        


More information about the llvm-commits mailing list