An Exception Has Occurred

Python Traceback

Traceback (most recent call last):
  File "/home/jeremyd/progs/viewvc/lib/viewvc.py", line 4537, in main
    request.run_viewvc()
  File "/home/jeremyd/progs/viewvc/lib/viewvc.py", line 394, in run_viewvc
    self.view_func(self)
  File "/home/jeremyd/progs/viewvc/lib/viewvc.py", line 2723, in view_checkout
    fp, revision = request.repos.openfile(path, rev, {})
  File "/home/jeremyd/progs/viewvc/lib/vclib/ccvs/bincvs.py", line 194, in openfile
    filename, revision = _parse_co_header(fp)
  File "/home/jeremyd/progs/viewvc/lib/vclib/ccvs/bincvs.py", line 635, in _parse_co_header
    raise COMalformedOutput, "Unable to find filename in co output stream"
COMalformedOutput: Unable to find filename in co output stream