Changes between Version 10 and Version 11 of Phabricator


Ignore:
Timestamp:
Jul 16, 2019, 7:25:20 PM (5 years ago)
Author:
Krinkle
Comment:

remove redundant < and > around links

Legend:

Unmodified
Added
Removed
Modified
  • Phabricator

    v10 v11  
    5959This will apply the latest diff from a revision Dn (`n` being an integer) to your working copy.
    6060
    61 If you use a Git-based mirror (such as <https://github.com/0ad/0ad>), this may fail because Arcanist demands to find the latest SVN revision in the git-log which might not be mirrored yet. It does this slowly searching the full git history for a commit message containing `git-svn-id: @{latest-revision}`, which it will then never find. (Upstream issue: <https://secure.phabricator.com/T9044>). The `--force` and `--skip-dependencies` options do not prevent this issue. To workaround this, use `arc patch --patch /file/to.diff` instead, like so (the download url can be copied from the "Download Raw Diff" link in the web interface):
     61If you use a Git-based mirror (such as https://github.com/0ad/0ad), this may fail because Arcanist demands to find the latest SVN revision in the git-log which might not be mirrored yet. It does this slowly searching the full git history for a commit message containing `git-svn-id: @{latest-revision}`, which it will then never find. (Upstream issue: https://secure.phabricator.com/T9044). The `--force` and `--skip-dependencies` options do not prevent this issue. To workaround this, use `arc patch --patch /file/to.diff` instead, like so (the download url can be copied from the "Download Raw Diff" link in the web interface):
    6262
    6363{{{#!sh