Page MenuHomestyx hydra

DiffusionSvnRequest.php
No OneTemporary

DiffusionSvnRequest.php

<?php
/**
* @group diffusion
*/
final class DiffusionSvnRequest extends DiffusionRequest {
protected function getSupportsBranches() {
return false;
}
protected function didInitialize() {
if ($this->path === null) {
$subpath = $this->repository->getDetail('svn-subpath');
if ($subpath) {
$this->path = $subpath;
}
}
}
protected function getArcanistBranch() {
return 'svn';
}
public function getCommit() {
if ($this->commit) {
return $this->commit;
}
return $this->getStableCommitName();
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, May 26, 9:35 PM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1545523
Default Alt Text
DiffusionSvnRequest.php (575 B)

Event Timeline