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

Re: Problem with TortoiseSVN

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-24 18:25:31 CET

On Wed, 2004-03-24 at 11:17, BOUSSEBHA Djamel wrote:

> <LimitExcept GET PROPFIND OPTIONS REPORT>
> Require valid-user
> </LimitExcept>

The block above means, "ask for authentication *except* on read
operations".

> 4- Point your browser to http://MyServer/svn
> I have the following error message and the identification window for a
> username and password the is not posted ?

There's no authentication prompt, because you're doing a read
operation. It's exactly what you configured.

> Forbidden
> You don't have permission to access /svn/ on this server.

What does your entire subversion <Location> block look like?

> But I have access to my repository :
> Revision 0: /
> Powered by Subversion version 1.0.0.

I don't understand; you show two different messages. Are they *both*
coming from a web-browser? How do you produce the different messages?
If you point your browser to http://MyServer/svn, do you see the
"Forbidden" message, or do you see the "Revision 0" message? It's
either one or the other.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 24 18:26:02 2004

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

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