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

Re: AW: Unable to delete directory in repository, server version 1.7.1

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 14 Nov 2011 22:18:42 +0000

Bostjan Skufca <bostjan_at_a2o.si> writes:

> This does not work:
>
> svn cp svn://127.0.0.1/X/Y ^/A/B/C -m Test
> Authentication realm: <svn://127.0.0.1:3690> Test repo
> Password for 'testuser1':
> svn: E220004: Access denied

The difference is that you are doing:

svnserve -dr svn
svn cp svn:/localhost/X/Y ^/A/B/C

while my example was:

svnserve -dr .
svn cp svn://localhost/svn/X/Y ^/A/B/C

It's got nothing to do with the authz files or the OS, it's how you
invoke svnserve. I've raised issue 4060:

http://subversion.tigris.org/issues/show_bug.cgi?id=4060

-- 
Philip
Received on 2011-11-14 23:19:20 CET

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.