Re: Web site: checkout or export?
From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
 
Date: Wed, 27 Jul 2011 06:57:42 -0500 
On Jul 27, 2011, at 06:46, Andy Canfield wrote:
 > We're doing a web site. The whole site will be under revision control using Subversion.
 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(/|$)
 You should also look into SVN::Notify::Mirror:
 http://search.cpan.org/perldoc?SVN::Notify::Mirror
  | 
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.