cvsgraph python exception

2004-11-15 Thread Vipin Chandran
hi,
can some one help me solve the following error when running the cvsgraph..

exec failed:
 
cvsgraph_path = /home/hnetworx/public_html/cvsgraph/cvsgraph -i -c
/home/hnetworx/public_html/cgi-bin/viewcvs/cgi/cvsgraph.conf -r
/home/cvs -6 &only_with_tag=HEAD -7 ?only_with_tag=HEAD
autosurvey/changelog.txt,v
Content-Type: text/html 
Python Exception Occurred
Traceback (most recent call last):
  File "./lib/viewcvs.py", line 2625, in run_cgi
main()
  File "./lib/viewcvs.py", line 2596, in main
view_cvsgraph(cfg, request)
  File "./lib/viewcvs.py", line 1978, in view_cvsgraph
request.where + ',v'), 'r')
  File "./lib/popen.py", line 75, in popen
os.execvp(cmd, (cmd,) + tuple(args))
  File "/var/tmp/python-2.2.3-root/usr/lib/python2.2/os.py", line 299, in execvp
_execvpe(file, args)
  File "/var/tmp/python-2.2.3-root/usr/lib/python2.2/os.py", line 325,
in _execvpe
apply(func, (file,) + argrest)
OSError: [Errno 2] No such file or directory

..
thanks
vipin


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: cvsgraph

2004-04-14 Thread Jim.Hyslop
Mark D. Baushke wrote:
> Ramanuj Singh <[EMAIL PROTECTED]> writes:
> 
> > This message is in MIME format. Since your mail reader does 
> not understand
> > this format, some or all of this message may not be legible.
> 
> Please do NOT send mime attachments to the [EMAIL PROTECTED] list.

Ramanuj, you have been asked several times to turn off the MIME encoding.
Please be courteous to the members of this group who use text-only readers,
and post all future messages in plain text only. Otherwise, you may find
that people will not be bothered to answer your questions.

-- 
Jim Hyslop
Senior Software Designer
Leitch Technology International Inc. (http://www.leitch.com)
Columnist, C/C++ Users Journal (http://www.cuj.com/experts)




___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Re: A legend for CVSGraph

2004-04-14 Thread Tom Copeland
On Wed, 2004-04-14 at 09:27, Marcelo Carvalho Fernandes wrote:
> Hi all !
> 
> This is my first post to this list.
> 
> IÂd like to know if there is a legend to each element in CVSGraph.
> For example, I createad a branch and added a file only on it. In CVSGraph
> for this file I could see that the revision 1.1 was with a dotted red line.
> I suppose that it means that this file has a dead state on revision 1.1. It
> would be better if a had a legend.
> 
> Does any onde could help me ?

You might have better luck emailing the CVSGraph maintainer directly;
see his email address at the bottom of the page here:

http://www.akhphd.au.dk/~bertho/cvsgraph/

Yours,

Tom



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


A legend for CVSGraph

2004-04-14 Thread Marcelo Carvalho Fernandes
Hi all !

This is my first post to this list.

I´d like to know if there is a legend to each element in CVSGraph.
For example, I createad a branch and added a file only on it. In CVSGraph
for this file I could see that the revision 1.1 was with a dotted red line.
I suppose that it means that this file has a dead state on revision 1.1. It
would be better if a had a legend.

Does any onde could help me ?

Thanks in advance,

-
Marcelo Carvalho Fernandes
Diretor de Sistemas
Smart Tech Consulting
Avenida Rio Branco 181 Sala 1005
[EMAIL PROTECTED]
www.smartech.com.br
Tel: 55 (21) 2532-6335









___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Re: cvsgraph

2004-04-14 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ramanuj Singh <[EMAIL PROTECTED]> writes:

> This message is in MIME format. Since your mail reader does not understand
> this format, some or all of this message may not be legible.

Please do NOT send mime attachments to the [EMAIL PROTECTED] list.

> We got past the "can't find gd.h" (the missing library).  Got libgd
> > installed but now the problem with CVSgraph install is the following:
> > 
> > make
> >  cc -g  -I/usr/local/include -DETCDIR=\"/usr/local/etc\" -c -o
> > cvsgraph.o cvsgraph.c
> >  cpp: "cvsgraph.c", line 33: error 4036: Can't open include file
> > 'getopt.h'.
> >  cpp: "cvsgraph.c", line 47: error 4062: No image output format
> > available. Check libgd
> >  *** Error exit code 1

If you want help, it is always considered polite to bother to tell folks
the basic system you are using and packages you might have installed...

The getopt.h file will be found in the glibc library. It is also included
with some other public software packages.

You may find that your libc has a getopt() function in it that has all of
the stuff needed defined in the  include file. You could try
replacing the '#include "getopt.h"' with '#include ' and see
if that helps you. Typically it has stuff like this:

extern char *optarg;
extern int optind;
extern int opterr;
extern int optopt;
extern int optreset;
int getopt(int argc, char *const *argv, const char *optstring);

However, the right implementation for you will depend on your operating
system.

> The information transmitted is intended only for the person or entity to
> whom it is addressed and may contain confidential and / or privileged
> Material. Any review, re-transmission, dissemination or other use of or
> taking of any action in reliance upon, this information by persons or
> entities other than the intended recipient is prohibited. If you received
> this in error, please contact the sender and delete the material from your
> computer. Thank you for your understanding & co-operation. 

Inform your postmaster that adding such disclaimers to public e-mail
mailing list postings is silly.

-- Mark
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQFAfOeZ3x41pRYZE/gRAjrzAKDhwU/oj8lX3/68NormBzh5dlUcNwCgpIZr
tZSXLHUwI7aerTp69Yt+FrY=
=CMWy
-END PGP SIGNATURE-


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


cvsgraph

2004-04-13 Thread Ramanuj Singh
Title: cvsgraph





We got past the "can't find gd.h" (the missing library).  Got libgd
> installed but now the problem with CVSgraph install is the following:
> 
> make
>  cc -g  -I/usr/local/include -DETCDIR=\"/usr/local/etc\" -c -o
> cvsgraph.o cvsgraph.c
>  cpp: "cvsgraph.c", line 33: error 4036: Can't open include file
> 'getopt.h'.
>  cpp: "cvsgraph.c", line 47: error 4062: No image output format
> available. Check libgd
>  *** Error exit code 1



The information transmitted is intended only for the person or entity to whom it is addressed and may contain confidential and / or privileged Material. Any review, re-transmission, dissemination or other use of or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from your computer. Thank you for your understanding & co-operation. 



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Linking merged files with CVSGraph

2003-12-18 Thread Phil Labonte
Hi,

I am using CVS Grpah

I am trying to show in the graph merged points as described on CVSGrpah 
website.

I taged the source of the merge "source_bugfix_12345", then I merged the 
files, updated and commited the file. Then I tagged the file 
"merged_bugfix_12345".

On the graph there is still no line linking the file...

Any thoughts on how I can get the line to appear?

Thanks!



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Re: CVSgraph error??

2003-12-18 Thread Phil Labonte
I figured it out, the path to cvgraph was not set in cvsgraph.conf.

It works now.



Phil Labonte wrote:

I installed CVSgraph and when I click on the icon under ViewCVS I get 
the following error.  I am new to CVSGraph so I am not sure what this 
means?
Also I am not familiar at all with python as far as I know it 
should be installed on the box but I do not know how to check.

thanks for your help.

 Revision graph of test/ponter/main.lst

   exec failed:

cvsgraph -i -x4 -q -O;strip_untagged=true;strip_first_rev=true; -c 
/usr/local/viewcvs-0.9.2-cvsgraph-1.4.0/cvsgraph.conf -r /cvsroot -6  
-7  test/ponter/main.lst,v
Content-Type: text/html

 Python Exception Occurred

Traceback (most recent call last):
 File "/usr/local/viewcvs-0.9.2-cvsgraph-1.4.0/lib/viewcvs.py", line 
2732, in run_cgi
   main()
 File "/usr/local/viewcvs-0.9.2-cvsgraph-1.4.0/lib/viewcvs.py", line 
2703, in main
   view_cvsgraph(cfg, request)
 File "/usr/local/viewcvs-0.9.2-cvsgraph-1.4.0/lib/viewcvs.py", line 
2069, in view_cvsgraph
   request.where + ',v'), 'r')
 File "/usr/local/viewcvs-0.9.2-cvsgraph-1.4.0/lib/popen.py", line 75, 
in popen
   os.execvp(cmd, (cmd,) + tuple(args))
 File "/usr/src/build/228093-i386/install/usr/lib/python2.2/os.py", 
line 298, in execvp
   _execvpe(file, args)
 File "/usr/src/build/228093-i386/install/usr/lib/python2.2/os.py", 
line 336, in _execvpe
   apply(func, (fullname,) + argrest)
OSError: [Errno 2] No such file or directory







___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


CVSgraph error??

2003-12-18 Thread Phil Labonte
I installed CVSgraph and when I click on the icon under ViewCVS I get 
the following error.  I am new to CVSGraph so I am not sure what this means?
Also I am not familiar at all with python as far as I know it should 
be installed on the box but I do not know how to check.

thanks for your help.

 Revision graph of test/ponter/main.lst

   exec failed:

cvsgraph -i -x4 -q -O;strip_untagged=true;strip_first_rev=true; -c /usr/local/viewcvs-0.9.2-cvsgraph-1.4.0/cvsgraph.conf -r /cvsroot -6  -7  test/ponter/main.lst,v 

Content-Type: text/html

 Python Exception Occurred

Traceback (most recent call last):
 File "/usr/local/viewcvs-0.9.2-cvsgraph-1.4.0/lib/viewcvs.py", line 2732, in run_cgi
   main()
 File "/usr/local/viewcvs-0.9.2-cvsgraph-1.4.0/lib/viewcvs.py", line 2703, in main
   view_cvsgraph(cfg, request)
 File "/usr/local/viewcvs-0.9.2-cvsgraph-1.4.0/lib/viewcvs.py", line 2069, in 
view_cvsgraph
   request.where + ',v'), 'r')
 File "/usr/local/viewcvs-0.9.2-cvsgraph-1.4.0/lib/popen.py", line 75, in popen
   os.execvp(cmd, (cmd,) + tuple(args))
 File "/usr/src/build/228093-i386/install/usr/lib/python2.2/os.py", line 298, in execvp
   _execvpe(file, args)
 File "/usr/src/build/228093-i386/install/usr/lib/python2.2/os.py", line 336, in 
_execvpe
   apply(func, (fullname,) + argrest)
OSError: [Errno 2] No such file or directory






___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Re: cvsgraph bug with multiple repositories

2002-09-09 Thread Kaz Kylheku

On Mon, 9 Sep 2002 [EMAIL PROTECTED] wrote:

> I think there's a bug in cvsgraph that hinder me to create diffs from

cvsgraph isn't CVS! Why don't you follow whatever bug report submission
instructions accompany cvsgraph or e-mail the author if there 
aren't any?



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



cvsgraph bug with multiple repositories

2002-09-09 Thread bollu

Hi,

I think there's a bug in cvsgraph that hinder me to create diffs from
version-graphs comming from other repositories than the default one (the
one that's stored in cvstreedefault in cvsweb.conf)

When I ask for a diff from cvsweb, I have the following URL:
http://navidb.aweurope.be/cgi-bin/cvsweb.cgi/test1/test.c.diff?r1=1.2&r2=1.3&cvsroot=Test

When I ask for a diff from cvsgraph, I have the following URL:
http://navidb.aweurope.be/cgi-bin/cvsweb.cgi/test1/test.c.diff?r1=1.1&r2=1.2

Does somebody knows how to solve it?

I think the error is coming from function make_imagemap in cvsgraph.c .
Does somebody knows what this means ? -> conf.map_diff_href  = xstrdup
("href=\"unset: conf.map_diff_href\"");

Regards,

Cyrille
--

This mail, and any attachments thereto, is intended only for use by the
addressee(s) named herein and may contain legally privileged and/or
confidential information.
If you are not the intended recipient, please note that any review,
dissemination, disclosure, alteration, printing, copying or transmission of
this mail and/or any file transmitted with it, is strictly prohibited and
may be unlawful.
If you have received this mail by mistake, please immediately notify the
sender and permanently destroy the original as well as any copy therof.



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



please help with cvsgraph setup

2002-01-23 Thread Mark

I am hoping someone here can help. I am trying to compile cvsgraph for
inclusion with ViewCVS. Environment is Solaris Workshop 6.1, Solaris 2.6,
Python2.2, Apache 1.3 or so.

I have compiled and installed the needed libraries (at the same --prefix=):
-GD libraries (libgd.a) which need:
 - jpeg-v6 (libjpeg.a)
 - zlib (lz.a)
 - Png (libpng.a)

I try to compile cvsgraph (even specifying the lib path and include path
options for each of the 4 libraries to the configure script), but configure
doesn't find (but completes)
- checking for gdImageGif ... no
- checking for gdImagePng  no
- checking for gdImageJpeg ... no

then make fails because
"error No image output format available. Check libgd"

If you have any suggestions/solutions, please let me know.

Thanks


__
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs