Modify ↓
Opened 19 years ago
Closed 19 years ago
#3164 closed defect (duplicate)
Problem with svn repos
Reported by: | Rayan | Owned by: | Christopher Lenz |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control | Version: | 0.9.5 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
i have this error on my trac…
Python traceback Traceback (most recent call last): File "/usr/local/lib/python2.4/site-packages/trac/web/cgi_frontend.py", line 131, in run dispatch_request(req.path_info, req, env) File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 107, in dispatch resp = chosen_handler.process_request(req) File "/usr/local/lib/python2.4/site-packages/trac/Timeline.py", line 138, in process_request filters) File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/web_ui/changeset.py", line 116, in get_timeline_events chgset = repos.get_changeset(rev) File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/cache.py", line 42, in get_changeset self.sync() File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/cache.py", line 83, in sync for path,kind,action,base_path,base_rev in changeset.get_changes(): File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 488, in get_changes change.base_path, pool()) File "/usr/local/lib/python2.4/site-packages/libsvn/fs.py", line 369, in svn_fs_node_created_rev return apply(_fs.svn_fs_node_created_rev, args) SubversionException: ("File not found: revision 254, path '/Trunk/L2EmuProject_DP_C4/data/jscript/custom/12535_WakeBaium/__init__.py'", 160013)
how can i fix it ? i can't see my timeline anymore all messed up :( thx for advance.
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
Component: | general → version control |
---|---|
Description: | modified (diff) |
Owner: | changed from | to
Summary: | Problem. → Problem with svn repos |
comment:2 by , 19 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
So that error is raised when you access the timeline? What about the source browser?