[viewvc-dev] Possible 1.1 viewvc nightly build problem
"Michael Leib" <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.viewcvs.devel |
|---|---|
| Message-ID | <A37F25788FE649B6A64121FF1D8A3A2A__5947.04950131035$1210615658$gmane$org@hmsml> |
Hi...
I'm using last night's 1.1 source in an attempt to setup svnauthz support (for the 1st time)
as that's a requirement for my installation and no matter what I do, I get this when
I hit the cgi via my browser..
An Exception Has Occurred
Python Traceback
Traceback (most recent call last):
File "/www/svn.dti/viewvc/lib/viewvc.py", line 4059, in main
request.run_viewvc()
File "/www/svn.dti/viewvc/lib/viewvc.py", line 387, in run_viewvc
self.view_func(self)
File "/www/svn.dti/viewvc/lib/viewvc.py", line 1701, in view_roots
allroots = list_roots(request)
File "/www/svn.dti/viewvc/lib/viewvc.py", line 3906, in list_roots
auth = setup_authorizer(cfg, request.username, root)
File "/www/svn.dti/viewvc/lib/viewvc.py", line 787, in setup_authorizer
params = cfg.get_authorizer_params(cfg.options.authorizer, rootname)
File "/www/svn.dti/viewvc/lib/config.py", line 173, in get_authorizer_params
for key, value in self.parser.items(section):
AttributeError: ConfigParser instance has no attribute 'items'
Any ideas or anything I can provide to help track what this might be?I have "authorizer = svnauthz" set in the config file, as well as the corect path set for "authzfile".From what I can tell, this is all I need to set/change based off a stock config file from the install.Thanks,Michael