Skip site navigation (1)Skip section navigation (2)
Date:      14 Aug 2003 00:13:45 +0300
From:      Ville =?ISO-8859-1?Q?Skytt=E4?= <scop@FreeBSD.org>
To:        "'freebsd-cvsweb@freebsd.org'" <freebsd-cvsweb@FreeBSD.org>
Subject:   Re: Version numbers not displayed in diff
Message-ID:  <1060809225.13355.42.camel@bobcat.mine.nu>
In-Reply-To: <25E622D843625C40BE0EEC150B437C1B2CCD8D@cnfqe029.cnf.prod.cnf.com>
References:   <25E622D843625C40BE0EEC150B437C1B2CCD8D@cnfqe029.cnf.prod.cnf.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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)?

-- 
\/



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