Prevent showing CVS files/directory using Apache

Hi,

I'm looking for a solution using apache to disable serving CVS files.
When using a checkout on a www environment you also get these CVS directory's which contains files like Entries etc.
Although it is possible to prevent showing these files in the directory listing using the IndexIgnore directive these files are still served when accessing them directly.
What I'm looking for is a config which won't show the CVS directory and it's content server-wide or , if necessary, on a virt server base.
Also accessing these files directly , like domainname/CVS/Entries (Can't use links yet, sorry), must fail.
If possible I don't want to use .htaccess in each CVS directory.

anyone?

 

 

 

 

Top