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

8 steps to get Authorization Error

From: Altug B. Altintas <altuga_at_kututeknoloji.com>
Date: 2006-09-26 16:17:54 CEST

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
Received on Tue Sep 26 16:18:40 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.