[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: Bostjan Skufca <bostjan_at_a2o.si>
Date: Mon, 14 Nov 2011 21:05:47 +0100

FTR: I double check stuff before posting to any mailing list.

Anyway,

Repo .tar.gz attached.
/X/Y created
/A/B created also

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

Authz:
-------------------------------------
[/A/B]
testuser1 = rw

[/]
testuser1 = r
-------------------------------------

Server is 64bit Slackware Linux, svn 1.7.1 is compiled from scratch
with ./configure --prefix=/usr/local/svn-1.7.1-1 \
  --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr \
  --with-sqlite=/usr/local \
  --with-ssl

With 1.6.x this problem was not present. Can you try this repo on your
windows machine and see if it created /A/B/C directory?

b.

On 14 November 2011 14:59, Philip Martin <philip.martin_at_wandisco.com> wrote:

> Bostjan Skufca <bostjan_at_a2o.si> writes:
>
> > Authz is correct, I just changed pm to testuser1 because user already
> > existed and because it is bad to use auth credentials which have been
> sent
> > to mailing list on a public server:)
>
> But it makes it harder for us to work out whether you are doing things
> correctly. I installed Subversion 1.7.1 on my Windows box and the setup
> I showed works properly. I expect you have made a mistake with a
> username or path, but since you made arbitrary changes it's hard to say.
> Perhaps you could zip up a test repository that shows the problem and
> make it available?
>
> --
> Philip
>

Received on 2011-11-14 21:06:23 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.