[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: David Croxford <dcroxford_at_paciolan.com>
Date: 2006-07-20 18:35:20 CEST

Yup, that did it. It even spells that out in the svn book. All
repositories UNDER that path...hold on while I take myself outside and
kick my own @#$@#

Thanks!!!

-----Original Message-----
From: Lieven Govaerts [mailto:lgo@mobsol.be]
Sent: Thursday, July 20, 2006 1:07 AM
To: David Croxford
Cc: users@subversion.tigris.org
Subject: Re: svnserv Authorization failed when attempting checkout

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 18:43:22 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.