Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Nov 2018 20:46:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 232945] devel/subversion: ... does not support the HTTP/DAV protocol
Message-ID:  <bug-232945-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232945

            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@FreeBSD.org
          Reporter: cyclaero@gmail.com
          Assignee: lev@FreeBSD.org
             Flags: maintainer-feedback?(lev@FreeBSD.org)

I updated devel/subversion via build from the ports. The previous version w=
as
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 state=
s.

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/tru=
nk'
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=E2=80=99t made it into the binary repository yet), using the command b=
elow, then
HTTP/DAV works as well on the given machine.

pkg delete -f subversion; pkg install subversion

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232945-7788>