path === null) { $subpath = $this->repository->getDetail('svn-subpath'); if ($subpath) { $this->path = $subpath; } } } protected function getArcanistBranch() { return 'svn'; } }