[Bug 232945] devel/subversion: ... does not support the HTTP/DAV protocol
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Nov 3 20:46:09 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232945
Bug ID: 232945
Summary: devel/subversion: ... does not support the HTTP/DAV
protocol
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: lev at FreeBSD.org
Reporter: cyclaero at gmail.com
Assignee: lev at FreeBSD.org
Flags: maintainer-feedback?(lev at FreeBSD.org)
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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list