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

Re: Bug: webdav ignores resticted folder underneath public root

From: Freek Dijkstra <public_at_macfreek.nl>
Date: 2007-07-18 16:28:50 CEST

C. Michael Pilato wrote:

> Here's a blog post that I think is ultimately related to this topic:
> http://blogs.open.collab.net/svn/2007/03/authz_and_anon_.html

I just thougt of another work-around for the private area in anonymous
repository:
For the repository mentioned on your page, set:
cd repository
svn setprop svn:externals "trunk/private-area
https://www.example.org/svn/repository/trunk/private-area" .

This does download the subfolder. It's only a crude work-around, since
it is threaded as an external repository by subversion client, but alas,
it works. I still like you last solution best though.

Regards,
Freek

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 18 16:28:01 2007

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.