[EMAIL PROTECTED] wrote:
> 
> keep getting the following errors :
> Error: $cvstreedefault points to a repository not defined in %CVSROOT
> (edit your configuration file /usr/local/apache/conf/cvsweb.conf)
> 
> in cvsweb.conf :
> %CVSROOT = (
>                'Development' => '/cvs',
>                'Configuration' => '/cvs/CVSROOT/config',
>                'HTML-files' => '/usr/local/apache/htdocs'
>             );
> $cvstreedefault = 'Configuration';
> 
> what did I do wrong ?  any idea ?
> Thank you.

the cvsweb.conf file is read in by the .cgi and if you 
have a typo in there, the variable names get mixed up.

personally, i made the error not to escape some chars (e.g. @) in the
mailto: url in the 
address variable assignment and in the long instruction variable (why
the hell doesn't 
disable end-of-text-marking the need for escaping chars???).

for me perl seems like "there's more than one way to do the same error".

eric.

Reply via email to