Modify ↓
Opened 18 years ago
Closed 18 years ago
#5985 closed defect (invalid)
Trac throws "Malformed representation skeleton" error when viewing changeset
| Reported by: | Owned by: | Christian Boos | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control/changeset view | Version: | 0.10.4 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
When viewing the timeline, I can see a list of changesets and chunks of the commit comments, but when clicking on one to view more details, I get the following traceback:
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.3/site-packages/trac/versioncontrol/web_ui/changeset.py", line 254, in process_request
diff_args, diff_options)
File "/usr/lib/python2.3/site-packages/trac/versioncontrol/web_ui/changeset.py", line 482, in _render_html
diff_bytes += _estimate_changes(old_node, new_node)
File "/usr/lib/python2.3/site-packages/trac/versioncontrol/web_ui/changeset.py", line 434, in _estimate_changes
old_size = old_node.get_content_length()
File "/usr/lib/python2.3/site-packages/trac/versioncontrol/svn_fs.py", line 619, in get_content_length
return fs.file_length(self.root, self._scoped_svn_path, self.pool())
SubversionException: ('Malformed representation skeleton', 160027)
Let me know if there are anymore details needed.
Attachments (0)
Note:
See TracTickets
for help on using tickets.



This was a problem with the svn repository