[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Authentication issues

From: Aaron Wood <woody77_at_gmail.com>
Date: 2005-09-27 01:32:07 CEST

On 9/26/05, Aaron Wood <woody77@gmail.com> wrote:
> My apache logs shows:
> [client] - - [time] "PROPFIND /svn/test1 HTTP/1.1 401 384
>
> when a browser connects I see:
> [client] - - [time] "GET /svn/test1/ HTTP/1.1" 401 384
> [client] - - [time] "GET /svn/test1/ HTTP/1.1" 401 384
> [client] - DOMAIN\User [time] "GET /svn/test1/ HTTP/1.1" 200 218

Further, if I try to mount the repository via WebDAV on my Mac (OSX
10.3), I see:

[client] - - [time] "OPTIONS /svn/test1 HTTP/1.1" 401 545, and it
doesn't mount (nor is there an authentication challenge)

And if i change my httpd.conf to:

<Location /svn>
  DAV svn
  SVNParentPath /svn
</Location>

I see a flurry of logs for PROPFINDS that all return 207 and then some
other numbers

-Aaron

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 27 01:34:19 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.