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

SVN Newbie: Problems setting up svnserve (Connection is read only)

From: Sebastian Beschke <s.beschke_at_gmx.de>
Date: 2004-06-19 01:59:24 CEST

Hi everyone,

I apologize if this is a newbie question. I tried to search the ML
archives, but didn't find anything about the issue.

I try to setup svnserve on my system. I've created a repository living
in /usr/share/svn_repos/test. The svnserve.conf inside the test
directory looks like this:

[general]
password-db = userfile
realm = example realm
                                                                                                                             

anon-access = none
auth-access = write

The userfile is this:

[users]
dersebi = a
maluku = a

I then start svnserve using the command

svnserve -d -r /usr/share/svn_repos

I can checkout fine, but after trying to commit any changes, the commit
fails saying that the connection is read-only. Now from my
understanding, the anonymous checkout shouldn't be possible, and svn
should ask for authentication. Why doesn't it?

Even setting anon-access to write doesn't allow committing the working copy.

Thanks in advance for any advice,
Sebastian

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jun 19 02:03:56 2004

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.