On Wednesday 5 July 2000, at 18 h 28, the keyboard of Dirk Ruediger 
<[EMAIL PROTECTED]> wrote:

> 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>

On Wednesday 5 July 2000, at 16 h 55, the keyboard of 
=?x-user-defined?Q?W=2EPr=F6pper?= <[EMAIL PROTECTED]> wrote:
 
> Have look at
> 
> http://durak.org/cvswebsites/

There are several ways to manage Web sites with CVS. The above describes one where the 
update is not automatic on commit. I prefer it the other way: my loginfo cd into the 
Web server directory and 'cvs update' then.


Reply via email to