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

Re: Urgent help

From: Eric Lee <eric_at_myprojects.srhost.info>
Date: Sat, 21 Jun 2008 23:55:42 +0800

----------------------------------------------------
http://myprojects.srhost.info
eric{at}myprojects{dot}srhost{dot}info
----- Original Message -----
From: babina rk
To: users_at_subversion.tigris.org
Sent: Saturday, June 21, 2008 3:20 PM
Subject: Urgent help

I have already created a service and is successfully running. I gave the command
svn mkdir svn://localhost/trunk -m "test" to create a trunk directory. I change the authorization,password and svnserve conf file in repository and it's not working. It says
svn: Authorization failed. One of my friend has already created and is working. I did exactly what he did. Please help me .

Hi,

You may also checkout subversion book at http://svnbook.red-bean.com/
because you haven't specifc any auth requirements. Assume you no need it.

In authz file, add

[/]
user1 = rw

in passwd file, add

user1 = &6h76dd9#%

in svnserve.conf file, change

### password-db = passwd
password-db = passwd

### authz-db = authz
authz-db = authz

Regards,
Eric,

Live.in : Get your yourname_at_live.in email id today. Powered by Windows Live Hotmail. Check it out!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-21 17:56:10 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.