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

odd interaction between svn copy and Authz

From: Dan Kearns <Dan.Kearns_at_Siebel.com>
Date: 2005-03-10 06:10:27 CET

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.
====================================================
Received on Thu Mar 10 06:13:13 2005

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.