Version numbers not displayed in diff
Anderson, Robert H - MWT
Anderson.Robert at menlolog.com
Thu Aug 14 17:41:12 PDT 2003
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 at menlolog.com]
Sent: Thursday, August 14, 2003 3:59 PM
To: 'freebsd-cvsweb at 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: '===================================================================
'
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 at freebsd.org]
Sent: Wednesday, August 13, 2003 2:14 PM
To: 'freebsd-cvsweb at 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 at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-cvsweb
To unsubscribe, send any mail to "freebsd-cvsweb-unsubscribe at freebsd.org"
_______________________________________________
freebsd-cvsweb at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-cvsweb
To unsubscribe, send any mail to "freebsd-cvsweb-unsubscribe at freebsd.org"
More information about the freebsd-cvsweb
mailing list