Modify ↓
#8167 closed defect (wontfix)
IOError: [Errno 2] No such file or directory: u''
| Reported by: | dgsantana | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.4rc2 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /admin/subversion/svnauthz, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'cat_id': u'subversion', 'panel_id': u'svnauthz', 'path_info': None}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7 (.NET CLR 3.5.30729)
System Information
| Trac | 0.11.4rc2
|
| Python | 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
|
| setuptools | 0.6c7
|
| SQLite | 3.6.11
|
| pysqlite | 2.5.5
|
| Genshi | 0.5.1
|
| mod_python | 3.3.1
|
| Subversion | 1.6.0 (r36650)
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "c:\python25\lib\site-packages\Trac-0.11.4rc2-py2.5-win32.egg\trac\web\main.py", line 435, in _dispatch_request
dispatcher.dispatch(req)
File "c:\python25\lib\site-packages\Trac-0.11.4rc2-py2.5-win32.egg\trac\web\main.py", line 205, in dispatch
resp = chosen_handler.process_request(req)
File "c:\python25\lib\site-packages\Trac-0.11.4rc2-py2.5-win32.egg\trac\admin\web_ui.py", line 113, in process_request
path_info)
File "build\bdist.win32\egg\svnauthz\admin_ui.py", line 51, in render_admin_panel
self.authz = self._get_model();
File "build\bdist.win32\egg\svnauthz\admin_ui.py", line 374, in _get_model
return r.read(self.authz_file)
File "build\bdist.win32\egg\svnauthz\io.py", line 10, in read
fp = open(filename, "r")
IOError: [Errno 2] No such file or directory: u''
Attachments (0)
Note:
See TracTickets
for help on using tickets.



Sorry, that's a plugin issue (see TH:SvnAuthzAdminPlugin).