You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Altug B. Altintas" <al...@kututeknoloji.com> on 2006/09/26 14:17:54 UTC

8 steps to get Authorization Error

Hi to everyone

Server : Microsoft Windows Server 2003 R2 Standart x64 Edition
Svn version : 1.4.0


My problem is about Authorization; i am getting "Authorization failed" 
message;
here are my steps.


1 - I created a directory
 > mkdir  c:\codeDepot

2 -  I created a repository
 > svnadmin create c:\codeDepot

3 - I adjusted default permissions
**svnserve.conf**
[general]
anon-access = read
auth-access = write
password-db = passwd
authz-db = authz
realm = My First Repository

**passwd**
[users]
harry = harryssecret
sally = sallyssecret

**authz**
[groups]
# harry_and_sally = harry,sally

# [/foo/bar]
# harry = rw
# * =

# [repository:/baz/fuz]
# @harry_and_sally = rw
# * = r

4 - I started svnserve.exe
 > svnserve -d -r c:\codeDepot

5 - I tried to import my source codes
 > svn import C:\Development\Project\  svn://localhost  -m "Initial import"

6 - First it asked me Administrator password, i entered it (i don't 
understand why it asked me Administrator password )
 >Authentication realm: <svn://localhost:3690> My First Repository
 > Password for 'Administrator': *********

7 - Second, it asked me username and password
 >Username: harry
 >Password for 'harry': ************

8 - Result is Authorization failed, i am sure that i entered right password
 > svn: Authorization failed

Any idea ? What is wrong;

Thanks.
Regards.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org