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

svn co: authorization failed

From: Rupali Thakur <rupali_at_sprylogic.com>
Date: Tue, 14 Jul 2009 21:13:44 -0700 (PDT)

Hi

on server machine
i am creating repository repo, at /home/spry/sub repo using svnadmin create
command my svnserve.conf as follow
[general]
anon-access = none
auth-access = write
password-db = passwd
realm = repository
authz-db = authz

conf/passwd
[users]
user1 = user1

conf/authz
[repo:/home/spry/sub]
user1 = rw
svnserve -d -r /home/spry/sub
on client machine when i am logged on by user1and commamd line i am run
svn co: svn//my server ip/repo /home/trial
the error is come that Authorizasion failed
please help me
thanks in advance

-- 
View this message in context: http://www.nabble.com/svn-co%3A-authorization-failed-tp24491598p24491598.html
Sent from the Subversion Users mailing list archive at Nabble.com.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2371383
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-15 07:35:36 CEST

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.