* emf ([EMAIL PROTECTED]) wrote :
> Hello,
>
> The apache2.conf file I have includes this line:
>
> Include /etc/apache2/sites-enabled/*
>
> When I attempt to revision control /etc/, a .svn directory is placed in
> this directory. Apache then refuses to start, after attempting to read
> this directory.
>
> Is it intended behaviour to include files that start with . ?
>
Currently, yes. The answer is to explicitly select which files you want to
include.
Include /etc/apache2/sites-enabled/*.com or whatever
I'm not sure that this is the right answer however, and want to try to
implement another solution; but time is not my friend right now.
-Thom