Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 328572

Summary: viewcvs traceback when trying to get latest-of-a-branch
Product: Community Reporter: Martin Oberhuber <mober.at+eclipse>
Component: CVSAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

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.