Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 328572 - viewcvs traceback when trying to get latest-of-a-branch
Summary: viewcvs traceback when trying to get latest-of-a-branch
Status: RESOLVED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: CVS (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-25 04:26 EDT by Martin Oberhuber CLA
Modified: 2010-11-25 10:11 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Oberhuber CLA 2010-10-25 04:26:40 EDT
Looking at this page:
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.orbit/javax.xml/about.html?view=log&root=Tools_Project&pathrev=v1_3_4

And clicking any of the "Links to v1_3_4" links on top, produces following Python traceback:

Traceback (most recent call last):
  File "/home/apps/viewvc/lib/viewvc.py", line 3629, in main
    request.run_viewvc()
  File "/home/apps/viewvc/lib/viewvc.py", line 388, in run_viewvc
    self.view_func(self)
  File "/home/apps/viewvc/lib/viewvc.py", line 1361, in view_markup
    fp, revision = request.repos.openfile(path, rev)
  File "/home/apps/viewvc/lib/vclib/bincvs/__init__.py", line 134, in openfile
    filename, revision = _parse_co_header(fp)
  File "/home/apps/viewvc/lib/vclib/bincvs/__init__.py", line 559, in _parse_co_header
    raise COMalformedOutput,( "Unable to find revision in co output stream: \n%s" % line )
COMalformedOutput: Unable to find revision in co output stream: 
co: /home/data2/cvs/tools/org.eclipse.orbit/javax.xml/Attic/about.html,v: revision 1.1.0 absent
Comment 1 Eclipse Webmaster CLA 2010-11-25 10:11:17 EST
I've deployed a new version of viewvc and this issue is no longer present.

-M.