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

Re: Nested Subversion Checkout

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-05-16 03:49:44 CEST

On May 14, 2007, at 19:01, Brent Kiley wrote:

> For a website then, would it not be better to do only an export of
> both repositories, since that way the website will not contain any
> svn files at all?

That is one option. Another is to configure your web server to deny
web access to the .svn directories. This is easy to do with web
servers like Apache and lighttpd and can probably be done with other
web servers as well.

Example for Apache:

RedirectMatch 404 .*/\.svn(/|$)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 16 03:50:18 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.