Unable to GET trunk from trac…
-
==== How to Reproduce ====
While doing a GET operation on `/changeset/6504/trunk`, Trac issued an internal error.
”Attempted to download zip archive of trunk for dev of new site.”
Request parameters:
{{{
{‘format’: u’zip’, ‘new’: u’6504′, ‘new_path’: u’/trunk’, ‘old_path’: u’/’}
}}}User agent: `Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4`
==== System Information ====
”System information not available”==== Enabled Plugins ====
”Plugin information not available”==== Python Traceback ====
{{{
Traceback (most recent call last):
File “build/bdist.linux-x86_64/egg/trac/web/main.py”, line 522, in _dispatch_request
dispatcher.dispatch(req)
File “build/bdist.linux-x86_64/egg/trac/web/main.py”, line 243, in dispatch
resp = chosen_handler.process_request(req)
File “build/bdist.linux-x86_64/egg/trac/versioncontrol/web_ui/changeset.py”, line 349, in process_request
self._render_zip(req, filename, repos, data)
File “build/bdist.linux-x86_64/egg/trac/versioncontrol/web_ui/changeset.py”, line 777, in _render_zip
zipinfo.date_time = new_node.last_modified.utctimetuple()[:6]
File “build/bdist.linux-x86_64/egg/trac/versioncontrol/api.py”, line 1059, in
last_modified = property(lambda self: self.get_last_modified())
File “build/bdist.linux-x86_64/egg/trac/versioncontrol/svn_fs.py”, line 803, in get_last_modified
core.SVN_PROP_REVISION_DATE, self.pool())
File “/var/lib/python-support/python2.5/libsvn/fs.py”, line 629, in svn_fs_revision_prop
return apply(_fs.svn_fs_revision_prop, args)
SubversionException: (“Can’t open file ‘/home/svn/repos/buddypress/db/revprops/6146’: Too many open files”, 24)
}}}
- The topic ‘Unable to GET trunk from trac…’ is closed to new replies.