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: Keeron Modi
Subject: RE: [cvsreport-devel] Support for windows and server side only ?
Date: Thu, 13 Nov 2003 15:48:10 -0800

Thanks for the prompt response

Below is the debug msg:

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

** parse_args():
**   cvsroot   : 'f:\cvsrepo\cm'
**   cset_from : 'now-1month'
**   cset_max  : '10'
**   all_users : 0
**   local     : 0
**   config    :  (0)
**   do_debug  : 1
**   execute   :
**   args      :  (0)
** get_config():
**   set: 'html'
**     'cgi_download' = 'no'
**     'cgi_links' = 'no'
**     'cgi_urlbase' = 'please_set_cgi_urlbase'
**     'encoding' = 'iso-8859-1'
**     'footer' = 'Generated by <a href="" href="http://www.nongnu.org/cvsreport/" TARGET="_blank">http://www.nongnu.org/cvsreport/">cvsreport 0.3.4</a>'
**     'format' = 'html'
**     'title' = 'message'
**   set: 'mail'
**     'command' = 'mail'
**     'subject' = 'message'
**   set: 'text'
**     'encoding' = 'iso-8859-1'
**     'format' = 'text'
** command_check():
**   file: text - (ok)
** parse_history():
**   command: cvs -d "f:\cvsrepo\cm" history  -c -D "now-1month"
The system cannot find the path specified.
**   no commit events, exiting

C:\Documents and Settings\KeeronMo\Desktop\cvsreport-0.3.4\cvsreport-0.3.4>

-------------------------------

To test it out, I jus typed the last "cvs" command on my dos box

C:\Documents and Settings\KeeronMo\Desktop\cvsreport-0.3.4\cvsreport-0.3.4>cvs -d "f:\cvsrepo\cm" history
O 2003-10-23 07:18 +0000 keeronmo keeronmo =###_DIR_###= <remote>/*
O 2003-10-23 07:16 +0000 keeronmo keeronmo =keeronmo=    <remote>/*

C:\Documents and Settings\KeeronMo\Desktop\cvsreport-0.3.4\cvsreport-0.3.4>

- Keeron




-----------------------------------------------------------------------------
"Strive for perfection in everything you do, take the best that
exists and make it better, and if it does not exist then design it."


Keeron Modi
address@hidden
Intern - Configurations Management Group.
Attachmate Corporation

425-649-6674




-----Original Message-----
From: Vincent Caron [mailto:address@hidden]
Sent: Thursday, November 13, 2003 3:43 PM
To: Keeron Modi
Cc: 'Development & bugfixes discussion'
Subject: Re: [cvsreport-devel] Support for windows and server side only ?


Keeron Modi wrote:
>
> I have CVSNT setup on C:\ drive and repository on f:\ drive .. Right
> now
> I am trying the scripts from the c:\ of the server itself.
>
> "perl cvsreport -df:\cvsrepo\cm -f now-1month -n10"

This command is fine, it should generate a report for the past month
with no more than 10 changesets. This is called the 'client side' usage.


> Doing that gives me an error "The system cannot find the path
> specified."

Please run the same command with the --debug flag added and send the
full log here.


> I even tried the "cvsroot" format I would use on a CVS client (outside
> this server) to connect :
>
> "perl cvsreport -d:sspi@:cvs-bel1:2404:/cm -f now-1month -n10"

This should produce the same result as the above command, however it
will use CVS remote invocation, which is slow (even if the server is
running on the same machine).


> I don't have a config file yet .. But that shouldn't matter right ?

It's also fine, cvsreport has configuration defaults, in your case it
should print out the report in plain text format on the console.


reply via email to

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