Re: cvs2cl.pl v2.54 doesn't produce any output

From: Yury Lebedev <yurylebedev@mail.ru>
Date: Mon Jun 21 2004 - 09:23:02 GMT

Hi All

Thank you for response.
I send 'cvs log' dump for public 'yaxx' SourceForge project accessible for
anonymous login with empty password. Also below is the WinXP console output
of my attempts to run cvs2cl.pl from CVS sandbox or with redirected 'cvs
log' dump:

D:\Install\Parser\yaxx>type CVS\Root
:pserver:anonymous@cvs.sourceforge.net:/cvsroot/yaxx

D:\Install\Parser\yaxx>cvs version
Client: Concurrent Versions System (CVSNT) 2.0.41a (client/server)
Server: Concurrent Versions System (CVS) 1.11.16 (client/server)

D:\Install\Parser\yaxx>cvs log >cvslog.txt
cvs log: Logging .
cvs log: Logging ada95
cvs log: Logging ansic
cvs log: Logging bison
cvs log: Logging bison/data
cvs log: Logging docs
cvs log: Logging fortran
cvs log: Logging java
cvs log: Logging sql
cvs log: Logging telos
cvs log: Logging xml
cvs log: Logging yaxx

D:\Install\Parser\yaxx>dir
 Volume in drive D is SOURCES
 Volume Serial Number is 241E-8F05

 Directory of D:\Install\Parser\yaxx

01.03.2004 10:39 <DIR> .
01.03.2004 10:39 <DIR> ..
01.03.2004 10:39 <DIR> CVS
17.09.2002 00:53 15 411 COPYING
14.01.2003 00:37 608 Makefile
26.11.2002 20:09 130 homepage.sh
26.11.2002 20:09 578 nedstat.html
01.03.2004 10:39 <DIR> ada95
01.03.2004 10:40 <DIR> ansic
01.03.2004 10:40 <DIR> bison
01.03.2004 10:40 <DIR> docs
01.03.2004 10:40 <DIR> fortran
01.03.2004 10:40 <DIR> java
01.03.2004 10:40 <DIR> sql
01.03.2004 10:40 <DIR> telos
01.03.2004 10:40 <DIR> xml
01.03.2004 10:40 <DIR> yaxx
21.06.2004 12:35 88 288 cvslog.txt
               5 File(s) 105 015 bytes
              13 Dir(s) 17 520 984 064 bytes free

MY NOTE: cvslog.txt file was created, its copy attached to this message

D:\Install\Parser\yaxx>perl -x ..\..\WinCvs\cvs2cl.pl
(run "cvs log")
cvs log: Logging .
cvs log: Logging ada95
cvs log: Logging ansic
cvs log: Logging bison
cvs log: Logging bison/data
cvs log: Logging docs
cvs log: Logging fortran
cvs log: Logging java
cvs log: Logging sql
cvs log: Logging telos
cvs log: Logging xml
cvs log: Logging yaxx

MY NOTE: I set my $Debug = 1 in original cvs2cl.pl code before

D:\Install\Parser\yaxx>dir
 Volume in drive D is SOURCES
 Volume Serial Number is 241E-8F05

 Directory of D:\Install\Parser\yaxx

01.03.2004 10:39 <DIR> .
01.03.2004 10:39 <DIR> ..
01.03.2004 10:39 <DIR> CVS
17.09.2002 00:53 15 411 COPYING
14.01.2003 00:37 608 Makefile
26.11.2002 20:09 130 homepage.sh
26.11.2002 20:09 578 nedstat.html
01.03.2004 10:39 <DIR> ada95
01.03.2004 10:40 <DIR> ansic
01.03.2004 10:40 <DIR> bison
01.03.2004 10:40 <DIR> docs
01.03.2004 10:40 <DIR> fortran
01.03.2004 10:40 <DIR> java
01.03.2004 10:40 <DIR> sql
01.03.2004 10:40 <DIR> telos
01.03.2004 10:40 <DIR> xml
01.03.2004 10:40 <DIR> yaxx
21.06.2004 12:35 88 288 cvslog.txt
               5 File(s) 105 015 bytes
              13 Dir(s) 17 520 984 064 bytes free

MY NOTE: No any new file

D:\Install\Parser\yaxx>type cvslog.txt | perl -x
..\..\WinCvs\cvs2cl.pl --stdin

D:\Install\Parser\yaxx>dir
 Volume in drive D is SOURCES
 Volume Serial Number is 241E-8F05

 Directory of D:\Install\Parser\yaxx

01.03.2004 10:39 <DIR> .
01.03.2004 10:39 <DIR> ..
01.03.2004 10:39 <DIR> CVS
17.09.2002 00:53 15 411 COPYING
14.01.2003 00:37 608 Makefile
26.11.2002 20:09 130 homepage.sh
26.11.2002 20:09 578 nedstat.html
01.03.2004 10:39 <DIR> ada95
01.03.2004 10:40 <DIR> ansic
01.03.2004 10:40 <DIR> bison
01.03.2004 10:40 <DIR> docs
01.03.2004 10:40 <DIR> fortran
01.03.2004 10:40 <DIR> java
01.03.2004 10:40 <DIR> sql
01.03.2004 10:40 <DIR> telos
01.03.2004 10:40 <DIR> xml
01.03.2004 10:40 <DIR> yaxx
21.06.2004 12:35 88 288 cvslog.txt
               5 File(s) 105 015 bytes
              13 Dir(s) 17 520 984 064 bytes free

MY NOTE: Again no any new file

I tried --stdout option also but unsuccessfully also. And other repositories
too.
md5sum produces '010e2ecfc799b4ca65405ddf927aafbd cvs2cl.pl' for downloaded
file (without my changes for Debug). Is this checksum correct?

Regards, Yury Lebedev

----- Original Message -----
From: "Karl Fogel" <kfogel@floss.red-bean.com>
To: "Martyn J. Pearce" <fluffy@sixears.co.uk>
Cc: "Yury Lebedev" <yurylebedev@mail.ru>; <bug-cvs2cl@red-bean.com>
Sent: Sunday, June 20, 2004 4:44 PM
Subject: Re: cvs2cl.pl v2.54 doesn't produce any output

> Martyn, could this possibly be Yet Another Instance of the infamous
> recent change in CVS's date formats?
>
> I guess when Yury shows us the 'cvs log' output, we'll know for sure.
>
> -Karl
>
> "Martyn J. Pearce" <fluffy@sixears.co.uk> writes:
> > Greetings Yury,
> >
> > On Thu, Jun 17, 2004 at 06:54:52PM +0400, Yury Lebedev wrote:
> > > Hello
> > >
> > > I'm sorry for strange question but is latest v2.54 really work? I'd
checked
> > > it with cvs 1.11.2 and cvsnt 2.0.44 (with all client/server side
> > > combinations), WinXP (ActivePerl 5.6.1.635 or 5.8.3.809) and RedHat
Linux
> > > 9.0 but couldn't force the script to prodice any output even I
redirected
> > > saved 'cvs log' dump to script's stdin :-( No result file and no
stdout
> > > output. I detected that 'output_changelog' subroutine (starting from
1125
> > > line) didn't iterate first its 'while' loop for unknown reason
> > > (unfortunately I didn't familiar with Perl to say more).
> >
> > I can confirm that for many people, including myself (the current
maintainer),
> > cvs2cl 2.54 does indeed work. Thankfully, I have a significant test
suite as
> > well.
> >
> > I think that possibly the best thing would be for you to show us an
example
> > that shows the problem for you: the command line you're using, and the
output
> > of cvs log in the directory you're working (the smaller the log, the
better).
> > Also, what does 'md5sum cvs2cl.pl' report? It's worth checking that you
don't
> > have a broken download.
> >
> > Mx.
>

Received on Mon Jun 21 08:31:05 2004

This archive was generated by hypermail 2.1.8 : Sun Nov 07 2004 - 12:14:46 GMT