Thanks for the link!
I already tried it and kept getting these errors:
An Exception Has Occurred
Python Traceback
Traceback (most recent call last):
File "/opt/viewvc/lib/viewcvs.py", line 3483, in main
request.run_viewcvs()
File "/opt/viewvc/lib/viewcvs.py", line 370, in run_viewcvs
self.view_func(self)
File "/opt/viewvc/lib/viewcvs.py", line 1396, in view_markup
path, rev = _orig_path(request)
File "/opt/viewvc/lib/viewcvs.py", line 719, in _orig_path
pathrev, rev)), rev
File "/opt/viewvc/lib/vclib/svn/__init__.py", line 116, in get_location
TypeError: Expected a pointer
But apparently that's because I was trying to get the file with revision other than HEAD. For those who, like me, got this error, click on (view) next to HEAD!
Thanks,
– Jerome