Re: Hidding .svn directories on Apache
From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-11-30 22:31:07 CET
On Nov 30, 2006, at 14:09, Ronan Lucio wrote:
> As I have the website as a workcopy of the repository, it have
This is what I use:
RedirectMatch 404 .*/\.svn(/|$)
I believe I used to use this:
<Files ".svn">
However, that returns a 403 error to the client, which conveys the
-- To reply to the mailing list, use your mailer's Reply To All function --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Nov 30 22:32:49 2006 |
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.