An Exception Has Occurred
Python Traceback
Traceback (most recent call last):
File "/app/local/viewvc/lib/viewvc.py", line 4855, in main
request.run_viewvc()
File "/app/local/viewvc/lib/viewvc.py", line 408, in run_viewvc
self.view_func(self)
File "/app/local/viewvc/lib/viewvc.py", line 2978, in view_checkout
fp, revision = request.repos.openfile(path, rev, {})
File "/app/local/viewvc/lib/vclib/ccvs/bincvs.py", line 199, in openfile
filename, revision = _parse_co_header(fp)
File "/app/local/viewvc/lib/vclib/ccvs/bincvs.py", line 640, in _parse_co_header
raise COMalformedOutput, "Unable to find filename in co output stream"
COMalformedOutput: Unable to find filename in co output stream