Page MenuHomePhabricator

D10772.diff
No OneTemporary

D10772.diff

diff --git a/src/repository/api/ArcanistSubversionAPI.php b/src/repository/api/ArcanistSubversionAPI.php
--- a/src/repository/api/ArcanistSubversionAPI.php
+++ b/src/repository/api/ArcanistSubversionAPI.php
@@ -94,6 +94,7 @@
$props = (string)($entry->{'wc-status'}[0]['props']);
$item = (string)($entry->{'wc-status'}[0]['item']);
+ $file_external = (string)($entry->{'wc-status'}[0]['file-external']) === 'true';
$base = (string)($entry->{'wc-status'}[0]['revision']);
$this->svnBaseRevisions[$path] = $base;
@@ -110,7 +111,7 @@
}
$mask |= $this->parseSVNStatus($item);
- if ($item == 'external') {
+ if ($item == 'external' || $file_external) {
$externals[] = $path;
}

File Metadata

Mime Type
text/plain
Expires
May 12 2024, 9:54 AM (4 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6291083
Default Alt Text
D10772.diff (798 B)

Event Timeline