I updated devel/subversion via build from the ports. The previous version was 1.10.3. Now it is 1.11.0. I need it with SASL2 support, and I turned on the respective switch, however, I left all other options at their default states. Now, when I try to svn update from within any working copy to remote HTTPS repositories, I see the following error: svn: E170013: Unable to connect to a repository at URL 'https://github.com/cyclaero/ContentCGI.git/trunk' svn: E175003: The server at 'https://github.com/cyclaero/ContentCGI.git/trunk' does not support the HTTP/DAV protocol As a matter of fact, the server is falsely incriminated by svn 1.11, since the GitHub server does support the HTTP/DAV protocol very well. I cross-checked this with subversion 1.10 on another machine. And when I do a quick downgrade-install by the way of the binary packages of subversion v1.10.3 (1.11 didn’t made it into the binary repository yet), using the command below, then HTTP/DAV works as well on the given machine. pkg delete -f subversion; pkg install subversion
(In reply to cyclaero from comment #0) I've checked Windows and Linux versions and error is the same. Yes, 1.10.x doesn't have this problem on FreeBSD, Linux and Windows. Looks like it is upstream problem Please, report it upstream (to subversion's developers).
see the following thread: https://mail-archives.apache.org/mod_mbox/subversion-users/201811.mbox/%3c16862E55-81D9-4FA7-B6D0-ABCCDD4D3E1D@obsigna.com%3e The Subversion developers and the GitHub engineers need sort this out. For the time being, our options are: 1. stay with subversion 1.10 2. don’t use GitHub with subversion 3. apply the patch mentioned in my second post to the subversion-users mailing list as a temporary hot-fix to subversion 1.11 I tried the whole afternoon to do (1), but there was running in circles resolving conflicts because I got also devel/git with subversion support installed, and this insisted to stay with subversion 1.11. At the end of the day we need to wait what comes out of the necessary discussion between Subversion and GitHub.
tl;dr This was a GitHub bug which they fixed on their end. You can now use 1.11.0 with GitHub. I recommend to close this bug now, no further action needed.
Please close, this was a bug in GitHub.
See comment4. Overcome by events.