Page MenuHomePhabricator

Don't implement SVN over HTTP
ClosedPublic

Authored by epriestley on Nov 11 2013, 9:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 25, 5:56 PM
Unknown Object (File)
Fri, Jan 24, 8:48 PM
Unknown Object (File)
Mon, Jan 20, 1:15 AM
Unknown Object (File)
Sat, Jan 11, 8:05 PM
Unknown Object (File)
Dec 12 2024, 2:35 PM
Unknown Object (File)
Dec 8 2024, 1:56 PM
Unknown Object (File)
Dec 4 2024, 3:28 AM
Unknown Object (File)
Nov 30 2024, 9:12 AM
Subscribers

Details

Reviewers
btrahan
Maniphest Tasks
Restricted Maniphest Task
Commits
Restricted Diffusion Commit
rPd4eca257742a: Don't implement SVN over HTTP
Summary

Ref T2230. As far as I can tell, getting SVN working over HTTP is incredibly complicated. It's all DAV-based and doesn't appear to have any kind of binary we can just execute and pass requests through to. Don't support it for now.

  • Disable it in the UI.
  • Make sure all the error messages are reasonable.
Test Plan

Tried to HTTP an SVN repo. Tried to clone a Git repo with SVN, got a good error message.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped