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

svnserve access control change

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-11-01 19:24:08 CET

With 1.2 I could enable anonymous write access over ra_svn by doing:

$ svnserve -dr.
$ svnadmin create repo
$ echo [general] >> repo/conf/svnserve.conf
$ echo anon-access = write >> repo/conf/svnserve.conf

With trunk that no longer works, commits now give me

$ svn mkdir -m "" svn://localhost/repo/foo
../svn/subversion/svnserve/serve.c:434: (apr_err=170001)
svn: Authorization failed

I think this is caused by the new svnserve authz stuff, but I haven't
investigated fully. Is this a known change in behaviour or am I
making a mistake?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 1 19:24:51 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.