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

Re: New to SVN and TortoiseSVN

From: si <sshnug.si_at_gmail.com>
Date: 2007-04-02 03:10:54 CEST

> The only combination I got to work was:
>
> anon-access = none
> auth-access = write
>
> What makes it work compared to:
>
> anon-access = read
> auth-access = write
>
> (which fails)
>
> If the explanation is too long/difficult just tell me to find the SVN list
> and I'll ask there (I'm hoping a brief response is all that is required to
> complete this mystery)

Is your repository in authz referencing non-authenticated users?

[MJFAF:/]
@MJF = rw
* = r

Quotes which may help complete the mystery from:
http://svnbook.red-bean.com/nightly/en/svn.serverconfig.pathbasedauthz.html

"By default, nobody has any access to the repository at all. That
means that if you're starting with an empty file, you'll probably want
to give at least read permission to all users at the root of the
repository. You can do this by using the asterisk variable (*), which
means "all users":

The asterisk variable (*) is also worth special mention here: it's the
only pattern which matches an anonymous user. If you've configured
your server block to allow a mixture of anonymous and authenticated
access, all users start out accessing anonymously. The server looks
for a * value defined for the path being accessed; if it can't find
one, then it demands real authentication from the client."

peace
si

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Mon Apr 2 03:11:11 2007

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

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