September 17th, 2003, 10:01 AM
-
viewcvs
I've been struggling to get viewcvs working for a few days now.
I've tried both the windows installer and the manual installation methods. I get the same error message both ways:
An Exception Has Occurred
Python Traceback
Traceback (most recent call last):
File "C:\viewcvs\lib\viewcvs.py", line 3133, in main
request.run_viewcvs()
File "C:\viewcvs\lib\viewcvs.py", line 324, in run_viewcvs
self.view_func(self)
File "C:\viewcvs\lib\viewcvs.py", line 1295, in view_directory
view_directory_cvs(request, data, sortby, sortdir)
File "C:\viewcvs\lib\viewcvs.py", line 1341, in view_directory_cvs
rcs_files, view_tag)
File "C:\viewcvs\lib\vclib\bincvs\__init__.py", line 385, in get_logs
raise 'error during rlog: '+hex(status)
error during rlog: 0x1
Anyone that has seen this before, or knows what i'm doing wrong? Help would be most appreciated!!!!
See htp://82.41.19.75/viewcvs/viewcvs.cgi to see the repository.
Thanks,
Andy.
October 28th, 2003, 10:11 PM
-
I'm having the same problem
What do you do to fix this problem?
-Jon