From owner-freebsd-cvsweb@FreeBSD.ORG Thu Aug 14 17:41:11 2003 Return-Path: Delivered-To: freebsd-cvsweb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B178D37B401 for ; Thu, 14 Aug 2003 17:41:11 -0700 (PDT) Received: from ljcqs053.cnf.com (mailhost2.cnf.com [63.230.177.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19C1843F85 for ; Thu, 14 Aug 2003 17:41:11 -0700 (PDT) (envelope-from Anderson.Robert@menlolog.com) Received: from cnfqs039.cnf.com (localhost [127.0.0.1]) by ljcqs053.cnf.com (Postfix) with ESMTP id 3D60FD84 for ; Thu, 14 Aug 2003 17:40:57 -0700 (PDT) Received: by cnfqs039.cnf.prod.cnf.com with Internet Mail Service (5.5.2653.19) id ; Thu, 14 Aug 2003 17:40:57 -0700 Message-ID: <25E622D843625C40BE0EEC150B437C1B2CCD95@cnfqe029.cnf.prod.cnf.com> From: "Anderson, Robert H - MWT" To: "'freebsd-cvsweb@freebsd.org'" Date: Thu, 14 Aug 2003 17:40:51 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Version numbers not displayed in diff X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS Web maintenance mailing list [restricted posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2003 00:41:12 -0000 I figured it out. It appears that the version of rcsdiff I had was not producing the output that cvsweb was expecting. I have downloaded and compiled rcs tools and the newly compiled version seems to work as = expected. The new and old version of rcs tools are both 5.7, but I am not sure = what options the old version was compiled with. Thanks for your help. -Rob Anderson -----Original Message----- From: Anderson, Robert H - MWT [mailto:Anderson.Robert@menlolog.com]=20 Sent: Thursday, August 14, 2003 3:59 PM To: 'freebsd-cvsweb@freebsd.org' Subject: RE: Version numbers not displayed in diff I'm running freeBSD-CVSweb 2.0.6. Using gnu diff. Here the ouput from = my apache error log... diff: = '=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ' diff: 'RCS file: /web/pvcs/webteam_cvsroot/apps/websphere/common/properties/localhost_dev= elop ment/customerrules.properties,v ' diff: 'retrieving revision 1.3 ' diff: 'retrieving revision 1.4 ' diff: 'diff --unified=3D15 -p -r1.3 -r1.4 ' diff: '--- /tmp/T0a07367 2003-08-14 15:55:48.000000000 -0700 ' Use of uninitialized value in concatenation (.) or string at = cvsweb3.cgi line 3012, line 7. Use of uninitialized value in concatenation (.) = or string at cvsweb3.cgi line 3012, line 7. Use of uninitialized = value in concatenation (.) or string at cvsweb3.cgi line 3012, line 7. Use = of uninitialized value in concatenation (.) or string at cvsweb3.cgi line = 3019, line 7. Use of uninitialized value in concatenation (.) or string = at cvsweb3.cgi line 3113. Use of uninitialized value in concatenation (.) = or string at cvsweb3.cgi line 3117. Is this the same output you get? Thanks, -Rob Anderson -----Original Message----- From: Ville Skytt=E4 [mailto:scop@freebsd.org]=20 Sent: Wednesday, August 13, 2003 2:14 PM To: 'freebsd-cvsweb@freebsd.org' Subject: Re: Version numbers not displayed in diff On Wed, 2003-08-13 at 20:47, Anderson, Robert H - MWT wrote: > I have freebsd-cvsweb installed on HPUX with perl 5.6.1, cvs 1.11, = rcs > 5.7, apache2. When I get a "Colored" or "Long Colored" diff, the=20 > version numbers that I am diffing do not appear at the top of the=20 > page. Instead, it reads... >=20 > Diff > for /path/to/file/in/cvs/filename > between version and >=20 > In the error log for apache I get the following error... [snip] What version of FreeBSD-CVSweb are you running? 2.0.6? Could you try adding the following line as the first thing inside the = "while (<$fh>)" loop around line 3000 and send me the output generated in the Apache error log: warn("diff: '$_'\n"); It seems that we're not able to parse the revisions from the headers generated by your diff. What's your diff(1), BTW, GNU/HP (diff = --version)? --=20 \/ _______________________________________________ freebsd-cvsweb@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-cvsweb To unsubscribe, send any mail to = "freebsd-cvsweb-unsubscribe@freebsd.org" _______________________________________________ freebsd-cvsweb@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-cvsweb To unsubscribe, send any mail to = "freebsd-cvsweb-unsubscribe@freebsd.org"