* Thom May (thom@planetarytramp.net) wrote :
> * Alexis Huxley (ahuxley@gmx.net) wrote :
> > Hi
> >
> > A Subversion and/or Apache problem:
> >
> > I've got my homepage stored in Subversion; that is I run:
> >
> > svn co http://blah.blah/svn/homepage ~/public_html
> >
> > For various reasons I don't want to 'make install' my homepage to
> > ~/public_html from somewhere else, and of course I don't want to
> > remove the .svn's either.
> >
> AllowOverride All in httpd.conf; then:
>
> <DirectoryMatch ~ "^\.svn">
> Order deny,allow
> Deny from all
> </DirectoryMatch>
>
> should do pretty much what you need in a .htaccess.
close. it's not allowed in .htaccess, and you can lose the '~'
-Thom
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jan 7 17:31:29 2003