Home of the Squeezebox™ & Transporter® network music players.
Results 1 to 9 of 9

Thread: viewCVS problem

  1. #1
    Robert Moser II
    Guest

    viewCVS problem

    When trying to view any version of HTTP.pm I get this message under the
    check-in text:
    Failure during use of an external program:

    enscript --color -W html -Eperl -o - -

    Python Exception Occurred

    Traceback (most recent call last):
    File "/home/cvs/public_html/viewcvs_0.9.2/lib/viewcvs.py", line 2625,
    in run_cgi
    main()
    File "/home/cvs/public_html/viewcvs_0.9.2/lib/viewcvs.py", line 2589,
    in main
    view_checkout(request)
    File "/home/cvs/public_html/viewcvs_0.9.2/lib/viewcvs.py", line 1914,
    in view_checkout
    markup_stream(request, fp, revision, request.mime_type)
    File "/home/cvs/public_html/viewcvs_0.9.2/lib/viewcvs.py", line 662,
    in markup_stream
    markup_stream_enscript(lang, fp)
    File "/home/cvs/public_html/viewcvs_0.9.2/lib/viewcvs.py", line 493,
    in markup_stream_enscript
    enscript.write(chunk)
    IOError: [Errno 32] Broken pipe


    When viewing other modules I get nothing at all below the check in
    comment. Perhaps a misconfiguration of the anonymous viewCVS access?

  2. #2
    Gadfly, Former Founder Slim Devices dean's Avatar
    Join Date
    Apr 2005
    Location
    San Francisco, CA
    Posts
    4,427

    Re: viewCVS problem

    Hm, yes. Looking into it. In the mean time, annotate and diff seem to
    work...

    -dean

    On Dec 1, 2003, at 8:44 PM, Robert Moser II wrote:

    > When trying to view any version of HTTP.pm I get this message under
    > the check-in text:
    > Failure during use of an external program:
    >
    > enscript --color -W html -Eperl -o - -
    >
    > Python Exception Occurred
    >
    > Traceback (most recent call last):
    > File "/home/cvs/public_html/viewcvs_0.9.2/lib/viewcvs.py", line
    > 2625, in run_cgi
    > main()
    > File "/home/cvs/public_html/viewcvs_0.9.2/lib/viewcvs.py", line
    > 2589, in main
    > view_checkout(request)
    > File "/home/cvs/public_html/viewcvs_0.9.2/lib/viewcvs.py", line
    > 1914, in view_checkout
    > markup_stream(request, fp, revision, request.mime_type)
    > File "/home/cvs/public_html/viewcvs_0.9.2/lib/viewcvs.py", line 662,
    > in markup_stream
    > markup_stream_enscript(lang, fp)
    > File "/home/cvs/public_html/viewcvs_0.9.2/lib/viewcvs.py", line 493,
    > in markup_stream_enscript
    > enscript.write(chunk)
    > IOError: [Errno 32] Broken pipe
    >
    >
    > When viewing other modules I get nothing at all below the check in
    > comment. Perhaps a misconfiguration of the anonymous viewCVS access?
    >
    >

  3. #3
    Gadfly, Former Founder Slim Devices dean's Avatar
    Join Date
    Apr 2005
    Location
    San Francisco, CA
    Posts
    4,427

    Re: viewCVS problem

    Robert,

    Did this work before?

    -dean

    On Dec 1, 2003, at 8:44 PM, Robert Moser II wrote:

    > When trying to view any version of HTTP.pm I get this message under
    > the check-in text:
    > Failure during use of an external program:
    >
    > enscript --color -W html -Eperl -o - -
    >
    > Python Exception Occurred
    >
    > Traceback (most recent call last):
    > File "/home/cvs/public_html/viewcvs_0.9.2/lib/viewcvs.py", line
    > 2625, in run_cgi
    > main()
    > File "/home/cvs/public_html/viewcvs_0.9.2/lib/viewcvs.py", line
    > 2589, in main
    > view_checkout(request)
    > File "/home/cvs/public_html/viewcvs_0.9.2/lib/viewcvs.py", line
    > 1914, in view_checkout
    > markup_stream(request, fp, revision, request.mime_type)
    > File "/home/cvs/public_html/viewcvs_0.9.2/lib/viewcvs.py", line 662,
    > in markup_stream
    > markup_stream_enscript(lang, fp)
    > File "/home/cvs/public_html/viewcvs_0.9.2/lib/viewcvs.py", line 493,
    > in markup_stream_enscript
    > enscript.write(chunk)
    > IOError: [Errno 32] Broken pipe
    >
    >
    > When viewing other modules I get nothing at all below the check in
    > comment. Perhaps a misconfiguration of the anonymous viewCVS access?
    >
    >

  4. #4
    Robert Moser II
    Guest

    Re: viewCVS problem

    dean blackketter blurted out:

    > Robert,
    >
    > Did this work before?
    >
    > -dean


    I'm not sure, I know it works on the SourceForge site, but I don't
    recall if I ever tried it when I logged in to use viewCVS.

    I have a vague recollection of the view feature always being broken, but
    I really don't know for sure.

  5. #5
    Gadfly, Former Founder Slim Devices dean's Avatar
    Join Date
    Apr 2005
    Location
    San Francisco, CA
    Posts
    4,427

    Re: viewCVS problem

    It didn't work, but now it does...


    On Dec 1, 2003, at 9:32 PM, Robert Moser II wrote:

    > dean blackketter blurted out:
    >
    >> Robert,
    >> Did this work before?
    >> -dean

    >
    > I'm not sure, I know it works on the SourceForge site, but I don't
    > recall if I ever tried it when I logged in to use viewCVS.
    >
    > I have a vague recollection of the view feature always being broken,
    > but I really don't know for sure.
    >
    >

  6. #6
    Robert Moser II
    Guest

    Re: viewCVS problem

    dean blackketter blurted out:

    > It didn't work, but now it does...


    Well, mostly it works. Looks like it is cutting off some really long
    files like HTTP.pm and Setup.pm.

    Also, I just looked at sourceforge, and they seem to be running the same
    version, but they have different view options, they let you select plain
    text, markup (like what we have now), and the coolest, annotation. They
    seem to be running the same version, except theirs is viewcvs.py instead
    of viewcvs.cgi.

    Robert

  7. #7
    Gadfly, Former Founder Slim Devices dean's Avatar
    Join Date
    Apr 2005
    Location
    San Francisco, CA
    Posts
    4,427

    Re: viewCVS problem

    Hm, I can see the bottom of HTTP.pm and annotate works for me....

    They are probably running theirs as an independent server, rather than
    in Apache...



    On Dec 2, 2003, at 4:59 PM, Robert Moser II wrote:

    > dean blackketter blurted out:
    >
    > > It didn't work, but now it does...

    >
    > Well, mostly it works. Looks like it is cutting off some really long
    > files like HTTP.pm and Setup.pm.
    >
    > Also, I just looked at sourceforge, and they seem to be running the
    > same version, but they have different view options, they let you
    > select plain text, markup (like what we have now), and the coolest,
    > annotation. They seem to be running the same version, except theirs
    > is viewcvs.py instead of viewcvs.cgi.
    >
    > Robert
    >
    >

  8. #8
    Robert Moser II
    Guest

    Re: viewCVS problem

    I totally missed the annotate option when looking at it previously.

    Currently I get all the lines when using annotate, but it cuts off in an
    inconsistant manner when using the view link. I can just hit reload and
    the cutoff point will change. But it always appends the footer to the end.

    dean blackketter blurted out:

    > Hm, I can see the bottom of HTTP.pm and annotate works for me....
    >
    > They are probably running theirs as an independent server, rather than
    > in Apache...
    >
    >
    >
    > On Dec 2, 2003, at 4:59 PM, Robert Moser II wrote:
    >
    >> dean blackketter blurted out:
    >>
    >> > It didn't work, but now it does...

    >>
    >> Well, mostly it works. Looks like it is cutting off some really long
    >> files like HTTP.pm and Setup.pm.
    >>
    >> Also, I just looked at sourceforge, and they seem to be running the
    >> same version, but they have different view options, they let you
    >> select plain text, markup (like what we have now), and the coolest,
    >> annotation. They seem to be running the same version, except theirs
    >> is viewcvs.py instead of viewcvs.cgi.
    >>
    >> Robert
    >>
    >>

  9. #9
    Gadfly, Former Founder Slim Devices dean's Avatar
    Join Date
    Apr 2005
    Location
    San Francisco, CA
    Posts
    4,427

    Re: viewCVS problem

    Weird, I can't get it to cut off in Safari or IE6/Win.

    On Dec 2, 2003, at 5:39 PM, Robert Moser II wrote:

    > I totally missed the annotate option when looking at it previously.
    >
    > Currently I get all the lines when using annotate, but it cuts off in
    > an inconsistant manner when using the view link. I can just hit
    > reload and the cutoff point will change. But it always appends the
    > footer to the end.
    >
    > dean blackketter blurted out:
    >
    >> Hm, I can see the bottom of HTTP.pm and annotate works for me....
    >> They are probably running theirs as an independent server, rather
    >> than in Apache...
    >> On Dec 2, 2003, at 4:59 PM, Robert Moser II wrote:
    >>> dean blackketter blurted out:
    >>>
    >>> > It didn't work, but now it does...
    >>>
    >>> Well, mostly it works. Looks like it is cutting off some really
    >>> long files like HTTP.pm and Setup.pm.
    >>>
    >>> Also, I just looked at sourceforge, and they seem to be running the
    >>> same version, but they have different view options, they let you
    >>> select plain text, markup (like what we have now), and the coolest,
    >>> annotation. They seem to be running the same version, except theirs
    >>> is viewcvs.py instead of viewcvs.cgi.
    >>>
    >>> Robert
    >>>
    >>>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •