Page MenuHomePhorge

DiffusionSvnRequest.php
No OneTemporary

DiffusionSvnRequest.php

<?php
final class DiffusionSvnRequest extends DiffusionRequest {
protected function isStableCommit($symbol) {
if ($symbol === null) {
return false;
}
return preg_match('/^[1-9]\d*\z/', $symbol);
}
protected function didInitialize() {
if ($this->path === null) {
$subpath = $this->repository->getDetail('svn-subpath');
if ($subpath) {
$this->path = $subpath;
}
}
}
protected function getArcanistBranch() {
return 'svn';
}
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Jan 19, 16:42 (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1126585
Default Alt Text
DiffusionSvnRequest.php (496 B)

Event Timeline