[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: Kevin Grover <kevin_at_kevingrover.net>
Date: Sat, 21 Jun 2008 09:06:14 -0700

On Sat, Jun 21, 2008 at 12:20 AM, babina rk <babina_rk_at_live.com> wrote:
> 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 .

What error do you get? What OS, SVN version? What did you do? Did
you read the book on setting up an svnserve processes?

Does your svnserve process point to an directory HOLDING repositories
or to a repository? If the later, does the repository exist? If the
former, then you need a repository name in the URL:
svn://localhost/repo/trunk (where repo is the repository name and
must exist)

Do you get prompted for a username?

If you get an SVN Authorization failure, you probably did not
configure the svnserve.conf file correctly: you must 1) enable writes
and the passwd file; OR enable and configure the authz.

For future reference: http://catb.org/~esr/faqs/smart-questions.html

- Kevin

---------------------------------------------------------------------
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 18:06:38 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.