Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 2003 15:58:40 -0700
From:      "Anderson, Robert H - MWT" <Anderson.Robert@menlolog.com>
To:        "'freebsd-cvsweb@freebsd.org'" <freebsd-cvsweb@freebsd.org>
Subject:   RE: Version numbers not displayed in diff
Message-ID:  <25E622D843625C40BE0EEC150B437C1B27CD7F@cnfqe029.cnf.prod.cnf.com>

next in thread | raw e-mail | index | archive | help

I'm running freeBSD-CVSweb 2.0.6. Using gnu diff. Here the ouput from my
apache error log...

diff: '===================================================================
'
diff: 'RCS file:
/web/pvcs/webteam_cvsroot/apps/websphere/common/properties/localhost_develop
ment/customerrules.properties,v
'
diff: 'retrieving revision 1.3
'
diff: 'retrieving revision 1.4
'
diff: 'diff --unified=15 -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, <FH> line 7.
Use of uninitialized value in concatenation (.) or string at cvsweb3.cgi
line 3012, <FH> line 7.
Use of uninitialized value in concatenation (.) or string at cvsweb3.cgi
line 3012, <FH> line 7.
Use of uninitialized value in concatenation (.) or string at cvsweb3.cgi
line 3019, <FH> 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ä [mailto:scop@freebsd.org] 
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 
> version numbers that I am diffing do not appear at the top of the 
> page. Instead, it reads...
> 
> Diff
> for /path/to/file/in/cvs/filename
> between version and
> 
> 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)?

-- 
\/

_______________________________________________
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?25E622D843625C40BE0EEC150B437C1B27CD7F>