Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96794218
DiffusionSSHSubversionWorkflow.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Dec 30, 22:09
Size
236 B
Mime Type
text/x-php
Expires
Wed, Jan 1, 22:09 (2 d)
Engine
blob
Format
Raw Data
Handle
23226699
Attached To
rPH Phabricator
DiffusionSSHSubversionWorkflow.php
View Options
<?php
abstract
class
DiffusionSSHSubversionWorkflow
extends
DiffusionSSHWorkflow
{
protected
function
writeError
(
$message
)
{
// Subversion assumes we'll add our own newlines.
return
parent
::
writeError
(
$message
.
"
\n
"
);
}
}
Event Timeline
Log In to Comment