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

Re: Weird SVN Auth issue

From: Phil Endecott <spam_from_subversion_users_at_chezphil.org>
Date: 2005-12-06 22:24:06 CET

> 10.0.1.126 - - [06/Dec/2005:14:36:39 -0600]
> "PROPFIND /svn/myrepo/branches/jrichardson HTTP/1.1" 401 484
> 10.0.1.126 - james [06/Dec/2005:14:36:41 -0600]
> "PROPFIND /svn/myrepo/branches/jrichardson HTTP/1.1" 404 313
> 10.0.1.126 - james [06/Dec/2005:14:36:41 -0600]
> "PROPFIND /svn/myrepo/branches HTTP/1.1" 404 301

You get 401 when it doesn't give a username; it retries with the
username and now gets a 404. (Hmm, your first post mentioned a 405 as
well...) I went through something similar and was confused by the 404
thinking it meant "not found"; in the end it turned out to be a stupid
authentication mistake, as in this context 404 can also mean "not
authenticated".

If I were you I'd put a regular HTML file in there and get authenticated
access to that from a browser working. Then go back to Subversion. (Or
maybe you've already tried that?)

--Phil.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 6 22:26:33 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.