Changeset View
Changeset View
Standalone View
Standalone View
src/workingcopy/ArcanistSubversionWorkingCopy.php
| Show First 20 Lines • Show All 64 Lines • ▼ Show 20 Lines | protected function selectFromNestedWorkingCopies(array $candidates) { | ||||
| // We could possibly refine this by testing if the working copy was made | // We could possibly refine this by testing if the working copy was made | ||||
| // with a recent version of Subversion and picking the deepest working copy | // with a recent version of Subversion and picking the deepest working copy | ||||
| // if it was, similar to Git and Mercurial. | // if it was, similar to Git and Mercurial. | ||||
| return head($candidates); | return head($candidates); | ||||
| } | } | ||||
| public function newRepositoryAPI() { | protected function newRepositoryAPI() { | ||||
| return new ArcanistSubversionAPI($this->getPath()); | return new ArcanistSubversionAPI($this->getPath()); | ||||
| } | } | ||||
| } | } | ||||