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

Re: Allow access to parts of an SVN repo. Apache & WEBDav

From: Rainer Sokoll <R.Sokoll_at_intershop.de>
Date: 2007-08-09 17:56:03 CEST

On Thu, Aug 09, 2007 at 11:36:23AM -0400, Andy Levy wrote:

> On 8/9/07, Boris Yazlovitsky <borisyaz@gmail.com> wrote:
> > no offense taken, thanks for the tip. I'm curious if anyone on this list
> > actually implements this. If so, please show how. I learn better from
> > examples.
>
> Most people do, I think.
>
> The examples in the book are quite good already. It's not that complicated.

ACK.
Just an addition to the book: Access is granted (or denied) to objects,
not only to directories, as the book states.
So, if we have

-------8<-----
[calc:/branches/calc/bug-142]
harry = rw
sally = r

[calc:/branches/calc/bug-142/secret]
harry =
-------8<-----

we could expand this example to

-------8<-----
[calc:/branches/calc/bug-142]
harry = rw
sally = r

[calc:/branches/calc/bug-142/secret]
harry =

[calc:/branches/calc/bug-142/secret/not-so-secret.txt]
harry = r
-------8<-----

In this case, harry would have access to the file not-so-secret.txt via
a web browser.
Of course, since checking out single files is currently not supported by
subversion, harry cannot check out the file with his subversion client.

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 9 17:54:27 2007

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.