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

Re: Hidding .svn directories on Apache

From: Ronan Lucio <ronan_at_tiper.com.br>
Date: 2006-11-30 22:55:48 CET

Ryan,

Ryan Schmidt escreveu:
> RedirectMatch 404 .*/\.svn(/|$)

Thank you very much once again.
Great tip. I did that now... ;-)

I found what was my mitake.
I configured the directives in the /etc/httpd/conf.d/subversion.conf,
but I have configured 2 Apaches, the main one in port 80 and the second
one in another port running as another unprivileged user (svnuser).

The problem was that subversion.conf is included by httpd-svn.conf,
but not by httpd.conf, that configures httpd for the real website.

Now I just follow your tip in the correct file (httpd.conf) and it work
fine.

Thank you,
Ronan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 30 22:58:15 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.