Hi,

I would really appreciate if someone can help with this simple creation of 
repository and accessing it. I am unable to login to SVN repository and keep 
getting "Authorization Failed" error message.  Thank you.
-------------------------------------------------------------------------------------------
C:\Program Files\CollabNet\Subversion Server>svn co 
svn://172.20.212.6/u01/app/repo3
Authentication realm: <svn://172.20.212.6:3690> repo3_realm
Password for 'rkapur':
Authentication realm: <svn://172.20.212.6:3690> repo3_realm
Username: harry
Password for 'harry': ************
svn: E170001: Authorization failed
-------------------------------------------------------------------------------------------


All I did was very simple steps as follows:


1)      svnadmin create /u01/app/repo3



2)      The content of file svnserve.conf are:

[general]
anon-access = none

auth-access = write

password-db = passwd

authz-db = authz

realm = My First Repository

[sasl]



3)      Contents of authz are:
[groups]
harry_and_sally = harry,sally
# [/foo/bar]
# harry = rw
# &joe = r
# * =
[repository:/u01/app/repo3]
@harry_and_sally = rw
# * = r


4)      Contents of passwd file are:
[users]
harry = harryssecret
sally = sallyssecret


Environment:

n   Red Hat Enterprise Linux Server release 6.2 (Santiago)

--svnserve, version 1.6.11 (r934486)
   compiled May 31 2011, 05:46:33

Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository back-end (FS) modules are available:

* fs_base : Module for working with a Berkeley DB repository.
* fs_fs : Module for working with a plain file (FSFS) repository.

Cyrus SASL authentication is available.


________________________________
IMPORTANT WARNING: Information contained in this email is intended for the use 
of the individual to whom it is addressed, and may contain information that is 
privileged, confidential, and exempt from disclosure under applicable law. If 
you are not the intended recipient, or the employee or agent responsible for 
delivering the message to the intended recipient, you are hereby notified that 
any dissemination, distribution, or copying of this communication is STRICTLY 
FORBIDDEN. If you have received this communication in error, please notify us 
immediately by return email and delete this document. Thank you.

Reply via email to