Page MenuHomePhabricator

Fix SVN translation of "add-file" protocol frames over SSH
ClosedPublic

Authored by epriestley on Mar 31 2014, 2:50 AM.
Tags
None
Referenced Files
F18769440: D8654.id20519.diff
Wed, Oct 8, 7:39 AM
F18753396: D8654.diff
Sat, Oct 4, 6:36 PM
F18734727: D8654.id.diff
Tue, Sep 30, 11:00 PM
F18723435: D8654.id20518.diff
Tue, Sep 30, 12:50 AM
F18701637: D8654.id.diff
Sat, Sep 27, 8:24 PM
F18672606: D8654.id20519.diff
Thu, Sep 25, 7:54 AM
F18634962: D8654.id20517.diff
Sep 16 2025, 11:56 PM
F18460459: D8654.id20517.diff
Sep 1 2025, 7:07 PM
Subscribers

Details

Summary

Fixes T4697. When pushing moved/copied files, SVN sends an "add-file" protocol frame which has a URI in it that needs translation from external format ("/diffusion/X/") to internal format ("/path/to/svn").

Test Plan
  • Copied/moved files and committed them in SVN.
  • Added files (no copy/move) and committed them in SVN.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Fix SVN translation of "add-file" protocol frames over SSH.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
  • Remove more debugging code.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Mar 31 2014, 9:42 PM
epriestley updated this revision to Diff 20544.

Closed by commit rPa6b1fac1172c (authored by @epriestley).