Opened 17 years ago
Closed 17 years ago
#2351 closed defect (invalid)
Bug trying to use this plugin
Reported by: | Owned by: | Robert Barsch | |
---|---|---|---|
Priority: | normal | Component: | TracSvnAuthzPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Hi, i got problems trying to use the SvnAuthzPlugin here is the traceback, when i just click on Subversion access after enabling it
Python Traceback
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/trac/web/main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "/var/lib/python-support/python2.5/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.5/site-packages/TracWebAdmin-0.1.2dev_r5911-py2.5.egg/webadmin/web_ui.py", line 119, in process_request
path_info)
File "/usr/lib/python2.5/site-packages/SvnAuthzAdminPlugin-0.1-py2.5.egg/svnauthz/admin_ui.py", line 45, in process_admin_request
self.authz = self._get_model();
File "/usr/lib/python2.5/site-packages/SvnAuthzAdminPlugin-0.1-py2.5.egg/svnauthz/admin_ui.py", line 359, in _get_model
return r.read(self.authz_file)
File "/usr/lib/python2.5/site-packages/SvnAuthzAdminPlugin-0.1-py2.5.egg/svnauthz/io.py", line 10, in read
fp = open(filename, "r")
IOError: [Errno 2] No such file or directory: u
thank you for your help, and time.
You are refering to the wrong plugin. Please contact the developer of SvnAuthzAdminPlugin in order to fix your problem.