info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: warning: duplicate LogHistory entry found


From: Bob Bowen
Subject: RE: warning: duplicate LogHistory entry found
Date: Tue, 7 Feb 2006 18:53:11 -0600

If only that were the case.... The problem is that a static variable is
defined at line 618 in src/parseinfo.c. It is set when the first
--allow-root option is processed for our first repository and then when
the second --allow-root option is processed, the warning message is
issued (erroneously, I believe) saying that another LogHistory line is
encountered. But this is for a completely different repository, so it
should have no relevance to the first config file.

Unless, serving multiple repositories is for some reason no longer
supported or the new syntax for using sections in a common config file
is now mandatory. I hadn't seen any indications that either were
intended, hence my question.

The worst part is that the message is apparently sent to the client too
early in the initialization / authentication protocol and the client
considers it an unrecognized auth response and quits. I have removed the
offending lines in our copy and then everything seems to work well. I'm
wondering if the introduction of these lines was inadvertent as the
checkin comment for that revision (a merge from 1.11.x) doesn't seem to
apply since these lines were never in that branch.

I think Derek is likely the only one who can tell us for sure.

Thanks for the response, though, at least I know someone saw my message!

=Bob=

Bob Bowen          Engineering Services{Roseville}
(651)746-7070

 

> -----Original Message-----
> From: Jim Hyslop [mailto:address@hidden 
> Sent: Tuesday, February 07, 2006 5:22 PM
> To: Bob Bowen
> Cc: address@hidden
> Subject: Re: warning: duplicate LogHistory entry found
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Bob Bowen wrote:
> > Hello,
> > 
> > We were all set to upgrade to CVS 1.12.13, but we've hit an 
> unexpected
> > snag - we have 3 separate repositories served on the same server and
> > when we use 1.12.13, we get:
> > 
> > cvs [checkout aborted]: unrecognized auth response from 
> (server): cvs
> > pserver: (repositorypath)/CVSROOT/config [55]: warning: duplicate
> > LogHistory entry found.
> > 
> > 
> > I see this error message added in version 1.72 of src/parseinfo.c by
> > dprice, but I wonder what it is trying to tell us.
> 
> Have a close look at the error message:
> 
> > pserver: (repositorypath)/CVSROOT/config [55]:
> 
> Line 55 in the file $CVSROOT/CVSROOT/config seems to have a 
> problem, and
> that problem is:
> 
> > warning: duplicate
> > LogHistory entry found.
> 
> There are multiple 'LogHistory=' lines in your config file.
> 
> - --
> Jim Hyslop
> Dreampossible: Better software. Simply.     
> http://www.dreampossible.ca
>                  Consulting * Mentoring * Training in
>     C/C++ * OOD * SW Development & Practices * Version Management
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2 (MingW32)
> Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
> 
> iD8DBQFD6SuyLdDyDwyJw+MRAlCMAJ461m47wBkzJgz8DLot48KWJgjWMQCgpg7s
> oFy4zcDnHFI2rwYw0Os+MiI=
> =bySf
> -----END PGP SIGNATURE-----
> 
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]