Hi,

> > If you are working with apache as web server, then you should configure
> > it to exclude CVS from documents, e.g.
> > "IndexIgnore .??* *~ *# HEADER HEADER.html README README.html RCS CVS"
> 
> I manage Web sites with CVS myself (if you read French, see 
> <http://www.freenix.org/curiosite/cvs.html#E4>) and I use the following:
> 
> <DirectoryMatch "/CVS/">
> order allow,deny
> deny from all
> </DirectoryMatch>
> <FilesMatch "^Makefile">
> order allow,deny
> deny from all
> </FilesMatch>
Yes, that's it. I think I only managed apache's auto indexing
mechanism, not the unwanted access to ./CVS and all that.

Ciao for now, Dirk
-- 
Dirk Ruediger, Rostock, Germany
 
"I used to be interested in Windows NT, but the more I see of it the more it
looks like traditional Windows with a stabler kernel.  I don't find anything
technically interesting there.  In my opinion, MS is a lot better at making
money than it is at making good operating systems."  -- Linus Torvalds

Reply via email to