You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Dan Kearns <Da...@Siebel.com> on 2005/03/10 05:10:27 UTC

odd interaction between svn copy and Authz

Hello,

I have a fairly deep directory tree in my repository, 
and some dirs at lower levels are rendered off-limits 
to certain users via the AuthzSVNAccessFile. 

I wanted to create a copy/branch of the tree as seen 
by one of the limited users, and found that:

1. svn copy URL URL doesn't work (authz fails)
2. svn co (applies authz) followed by svn copy WC WC 
   works, but then the commit fails (authz fails)
3. finishing the commit as an unlimited user fails 
   (mysterious multi-user commit error)
4. doing the commit of the WC -> WC copy causes 
   files which weren't in the WC to get copied (!)

#1 and #3 I guess make sense, however #2 and #4 are 
pretty mysterious to me. Does "svn copy WC WC" not 
actually look at the WC other than to detect which 
server-side things to copy?

Is support for my scenario in the plan in the known
future of svn? 

-d



------------------------------------------------------------------------------
Siebel Systems, Inc.
www.siebel.com

This e-mail message is for the sole use of the intended recipient(s) and contains confidential and/or privileged information belonging to Siebel Systems, Inc. or its customers or partners. Any unauthorized review, use, copying, disclosure or distribution of this message is strictly prohibited. If you are not an intended recipient of this message, please contact the sender by reply e-mail and destroy all soft and hard copies of the message and any attachments. Thank you for your cooperation.
====================================================