On Thu, Apr 03, 2003 at 05:01:39PM -0500, Stephen Adkins wrote:
> Hi,
> 
> I am trying to commit some code to the CVS repository and I get a most
> unexpected error.
> 
> rubicon:/usr/rubicon/devel/src/p5ee/App-Context/lib/App> cvs commit -m
> "sync" Context.pm
> Unmatched [ before HERE mark in regex m/^private[ << HERE perlweb// at
> /cvs/public/CVSROOT/cvs_acls.pl line 124, <AVAIL> line 5.
> cvs server: Pre-commit check failed
> cvs [server aborted]: correct above errors first!
> rubicon:/usr/rubicon/devel/src/p5ee/App-Context/lib/App>
> 
> Does anyone know what this is?

Looks like your CVS repository has a cvs_acls.pl program that provides
some sort of security based on access control lists.  Furthermore, it
appears to be broken, possibly due to a regular expression that
includes an un-quotemeta'd string.

-- Rocco Caputo - [EMAIL PROTECTED] - http://poe.perl.org/

Reply via email to