Bostjan Skufca <bost...@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

Reply via email to