* James McCoy wrote:
> Thanks.  One last thing.  Would you be able to perform the same test
> against a server running unstable's libapache2-mod-svn, apache2, etc.?

I had to install a new machine, hence the delay.

Another thing I noticed: If I replace "* =" by "* = r" (which in my case
means "any valid user") as the last line in the SVN authz file, "svn ls"
works.  I can't commit, though.

Andreas


|Running pre_send hooks
|compress: Initialization.
|compress: Initialization.
|Sending request headers:
|OPTIONS /svn-krb/${REPO} HTTP/1.1
|User-Agent: SVN/1.7.19 neon/0.29.6
|Keep-Alive:
|Connection: TE, Keep-Alive
|TE: trailers
|Host: ${FQDN}
|Content-Type: text/xml
|Accept-Encoding: gzip
|DAV: http://subversion.tigris.org/xmlns/dav/svn/depth
|DAV: http://subversion.tigris.org/xmlns/dav/svn/mergeinfo
|DAV: http://subversion.tigris.org/xmlns/dav/svn/log-revprops
|Content-Length: 104
|Accept-Encoding: gzip
|
|Sending request-line and headers:
|Doing DNS lookup on ${FQDN}...
|req: Connecting to ${IPv4}:443
|Sending request body:
|Body block (104 bytes):
|[<?xml version="1.0" encoding="utf-8"?><D:options 
xmlns:D="DAV:"><D:activity-collection-set/></D:options>]
|Request sent; retry is 0.
|[status-line] < HTTP/1.1 401 Unauthorized
|[hdr] Date: Thu, 03 Sep 2015 17:13:36 GMT
|Header Name: [date], Value: [Thu, 03 Sep 2015 17:13:36 GMT]
|[hdr] Server: Apache/2.4.16 (Debian)
|Header Name: [server], Value: [Apache/2.4.16 (Debian)]
|[hdr] Content-Length: 468
|Header Name: [content-length], Value: [468]
|[hdr] Keep-Alive: timeout=5, max=100
|Header Name: [keep-alive], Value: [timeout=5, max=100]
|[hdr] Connection: Keep-Alive
|Header Name: [connection], Value: [Keep-Alive]
|[hdr] Content-Type: text/html; charset=iso-8859-1
|Header Name: [content-type], Value: [text/html; charset=iso-8859-1]
|[hdr]
|End of headers.
|Running post_headers hooks
|Reading 468 bytes of response body.
|Got 468 bytes.
|Read block (468 bytes):
|[<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|<html><head>
|<title>401 Unauthorized</title>
|</head><body>
|<h1>Unauthorized</h1>
|<p>This server could not verify that you
|are authorized to access the document
|requested.  Either you supplied the wrong
|credentials (e.g., bad password), or your
|browser doesn't understand how to supply
|the credentials required.</p>
|<hr>
|<address>Apache/2.4.16 (Debian) Server at ${FQDN} Port 443</address>
|</body></html>
|]
|Running post_send hooks
|Request ends, status 401 class 4xx, error line:
|401 Unauthorized
|Running destroy hooks.
|Request ends.
|svn: E175002: Unable to connect to a repository at URL 
'https://${FQDN}/svn-krb/${REPO}'
|svn: E175002: Server sent unexpected return value (401 Unauthorized) in 
response to OPTIONS request for 'https://${FQDN}/svn-krb/${REPO}'
|sess: Destroying session.
|sess: Destroying session.

Reply via email to