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

Re: need for "svn ancestorlist"

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2005-01-21 08:36:47 CET

On Fri, 2005-01-21 at 01:38, Chia-liang Kao wrote:
> What is needed for this is to implement the nearest_copy feature in fs, and
> relevent facades in the ra layer.

We can get the closets copy from the FS quickly (I wrote an
implementation for FSFS, and it's also doable in BDB)... but it requires
skipping authorization checks on all the committed revisions, which is a
potential security hole. So I'm not sure if we'll ever see this. :/

(mod_authz_svn of course only does security on paths. But we promise to
call the Apache authorization callback for each <rev,path> pair in the
history of a file, and that callback could conceivably behave
differently for different revs. Also, in the future, we may have a true
acl system.)

Issue #1970 if anyone wants to read more on this.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 21 08:38:13 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.