cvsreport-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cvsreport-devel] Support for windows and server side only ?


From: Vincent Caron
Subject: Re: [cvsreport-devel] Support for windows and server side only ?
Date: Fri, 14 Nov 2003 01:10:51 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031014 Thunderbird/0.3

Keeron Modi wrote:

C:\Documents and Settings\KeeronMo\Desktop\cvsreport-0.3.4\cvsreport-0.3.4>perl cvsreport.pl -df:\cvsrepo\cm -f now-1month -n10 --debug

[snip]
** parse_history():
**   command: cvs -d "f:\cvsrepo\cm" history  -c -D "now-1month"
The system cannot find the path specified.
**   no commit events, exiting

This is a Windows error message, it looks like it has trouble finding the CVS executable (just a guess). Can you try to replace the 'cvs' in $command = "cvs ..." (line 579 of cvsreport) with 'cvs.exe' or something like 'C:\The\Full\Path\To\cvs.exe', and again send the log ?


> C:\Documents and
> Settings\KeeronMo\Desktop\cvsreport-0.3.4\cvsreport-0.3.4>cvs -d
> "f:\cvsrepo\cm" history  -c -D "now-1month"
>
> No records selected.

I forgot to say : add the '-a' flag to your cvsreport invocation, otherwise it will try to match only those commit events from the current logged user (but this is maybe what you want).





reply via email to

[Prev in Thread] Current Thread [Next in Thread]