Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7859703
PhutilSubversionBinaryAnalyzer.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
417 B
Referenced Files
None
Subscribers
None
PhutilSubversionBinaryAnalyzer.php
View Options
<?php
final
class
PhutilSubversionBinaryAnalyzer
extends
PhutilBinaryAnalyzer
{
const
BINARY
=
'svn'
;
protected
function
newBinaryVersion
()
{
list
(
$err
,
$stdout
)
=
exec_manual
(
'svn --version --quiet'
);
if
(
$err
)
{
return
null
;
}
return
self
::
parseSubversionBinaryVersion
(
$stdout
);
}
public
static
function
parseSubversionBinaryVersion
(
$stdout
)
{
return
trim
(
$stdout
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 13, 16:51 (4 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
871034
Default Alt Text
PhutilSubversionBinaryAnalyzer.php (417 B)
Attached To
Mode
R118 Arcanist - fork
Attached
Detach File
Event Timeline
Log In to Comment