| svnserv Authorization failed when attempting checkout
From: David Croxford <dcroxford_at_paciolan.com>
 Date: 2006-07-20 01:25:25 CEST 
First time doing this, installed svn on a windows 2000 machine. I setup
 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
 # * =
  
 #I've tried this
 [D:\QA\]
 dcroxford = rw
 # * =
  
 #and ive tried this along with [repository:/QA/]
 [repository:D:\QA\]
 dcroxford = rw
 # * = r
  
 Passwd
 [users]
 dcroxford = workdammit
  
 On the server I create a new repository on the D drive D:\QA\ (although
 I open a cmd window and type svnserv -d
 It appears to be running.
  
 On my PC I'm using tortoiseSVN. I go to my C drive and do the following:
 1.	Right click and select "SVN Checkout" 
  
 I have tried everything I can think of. I searched google and only found
  
  I get a different error when the password is wrong or username doesn't
 | 
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.