Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2892368
DiffusionSvnRequest.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
496 B
Referenced Files
None
Subscribers
None
DiffusionSvnRequest.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment