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

Re: Web site: checkout or export?

From: Konstantin Kolinko <knst.kolinko_at_gmail.com>
Date: Sat, 30 Jul 2011 02:32:53 +0400

2011/7/30 David Weintraub <qazwart_at_gmail.com>:
> On Wed, Jul 27, 2011 at 7:57 AM, Ryan Schmidt
> <subversion-2011a_at_ryandesign.com> wrote:
>
>> The .svn directories needn't be a security hole; you can configure your web server to
>>  not serve their contents, or even not acknowledge their existence. In my httpd.conf I have:
>>
>> RedirectMatch 404 .*/\.svn(/|$)
>
> In SVN 1.7 clients, this will no longer be an issue since
> subdirectories in the working directory won't have the .svn files in
> them anymore.
>

Not true. There will be one ".svn" directory in the root of the
working copy, as well as in any directory included through
svn:externals.

Best regards,
Konstantin Kolinko
Received on 2011-07-30 00:33:22 CEST

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.