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

Re: svnserv Authorization failed when attempting checkout

From: Lieven Govaerts <lgo_at_mobsol.be>
Date: 2006-07-20 10:07:15 CEST

Quoting David Croxford <dcroxford@paciolan.com>:

> First time doing this, installed svn on a windows 2000 machine. I setup
> the files as follows.
>
> Svnserve.conf
> [general]
> anon-access = read
> auth-access = write
> password-db = passwd
> authz-db = authz
> realm = QA Repository
>
> authz
> [groups]
> QA = dcroxford
>
> #I've tried this
> [/QA/]
> dcroxford = rw
> # * =
>

The path between [ and ] is the folder in your QA repository, so if you want to
give write access to dcroxford to the whole QA repo you specify:
[/]
dcroxford = rw

I assume that svnserve.conf and authz are stored in your d:\qa\conf folder?

Lieven.

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 20 10:08:36 2006

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.