Community
Participate
Working Groups
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
I've deployed a new version of viewvc and this issue is no longer present. -M.