Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14409565
D12173.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
832 B
Referenced Files
None
Subscribers
None
D12173.diff
View Options
diff --git a/src/applications/diffusion/ssh/DiffusionSubversionServeSSHWorkflow.php b/src/applications/diffusion/ssh/DiffusionSubversionServeSSHWorkflow.php
--- a/src/applications/diffusion/ssh/DiffusionSubversionServeSSHWorkflow.php
+++ b/src/applications/diffusion/ssh/DiffusionSubversionServeSSHWorkflow.php
@@ -235,7 +235,9 @@
$message_raw = $proto->serializeStruct($struct);
break;
case 'add-file':
+ case 'add-dir':
// ( add-file ( path dir-token file-token [ copy-path copy-rev ] ) )
+ // ( add-dir ( path parent child [ copy-path copy-rev ] ) )
if (isset($struct[1]['value'][3]['value'][0]['value'])) {
$copy_from = $struct[1]['value'][3]['value'][0]['value'];
$copy_from = $this->makeInternalURI($copy_from);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 25, 6:46 AM (9 h, 47 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6925320
Default Alt Text
D12173.diff (832 B)
Attached To
Mode
D12173: Fix directory moves and copies in Subversion hosted repositories
Attached
Detach File
Event Timeline
Log In to Comment