Modify ↓
#3798 closed defect (duplicate)
Error browsing source
| Reported by: | anonymous | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.9.6 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
I went to browse source, clicked on the firs folder (build), maybe also on a directory there and on the first file clicked on the revision column. After the next screen displayed I presses BACK on my browser 2 or times and got the following error:
Python traceback
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/modpython_frontend.py", line 206, in handler
dispatch_request(mpr.path_info, mpr, env)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 107, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.4/site-packages/trac/versioncontrol/web_ui/browser.py", line 78, in process_request
repos = self.env.get_repository(req.authname)
File "/usr/lib/python2.4/site-packages/trac/env.py", line 162, in get_repository
repos = SubversionRepository(repos_dir, authz, self.log)
File "/usr/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 183, in __init__
self.pool = Pool()
File "/usr/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 89, in __init__
self._pool = core.svn_pool_create(self._parent_pool())
File "svn/core.py", line 177, in svn_pool_create
File "libsvn/core.py", line 661, in svn_pool_create
File "libsvn/core.py", line 2497, in _wrap
File "libsvn/core.py", line 2410, in set_parent_pool
File "libsvn/core.py", line 2398, in <lambda>
File "libsvn/core.py", line 22, in _swig_setattr
File "libsvn/core.py", line 17, in _swig_setattr_nondynamic
RuntimeError: instance.__dict__ not accessible in restricted mode
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
comment:2 by , 19 years ago
| Description: | modified (diff) |
|---|
Note:
See TracTickets
for help on using tickets.



This is a duplciate of #3371.