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

server side copies with Path-Based Authorization

From: schrei5 <dominikruf_at_googlemail.com>
Date: Mon, 15 Dec 2008 02:06:58 -0800 (PST)

Hi,

I have a problem with authorization of our repository.
We use a AuthzSVNAccessFile like this

[/]
user1 = rw

[/project1]
user2 = rw

[/project2]
user3 = rw

Most things work as expected. But user2 and user3 can not make server side
copies (branches) inside of their project folder.

C:\SVN\test\project1\trunk>svn copy
https://server.net/svn/test/project1/trunk/Textdokument.tx
t https://server.net/svn/test/project1/trunk/file.txt -m "make a copy"
svn: Server sent unexpected return value (403 Forbidden) in response to
PROPFIND request for '/svn/test'

If they execute svn copy in their working copy and commit the changes it
works.

C:\SVN\test\project1\trunk>svn copy Textdokument.txt file2.txt
A file2.txt

C:\SVN\test\project1\trunk>svn commit -m "local copy"
Adding trunk\file2.txt

Committed revision 303.

In the scenario above the users can use the later approach.
But in the case of making a branch this is not a (practical) option.

Is this a problem of the authz_svn_module or do I have to change my
configuration.

cheers
dominik

-- 
View this message in context: http://www.nabble.com/server-side-copies-with-Path-Based-Authorization-tp21011160p21011160.html
Sent from the Subversion Users mailing list archive at Nabble.com.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=984335
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2008-12-15 11:09:14 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.