#3164: Problem with svn repos
-----------------------------+----------------------------------------------
Reporter: Rayan | Owner: cmlenz
Type: defect | Status: new
Priority: normal | Milestone:
Component: version control | Version: 0.9.5
Severity: normal | Resolution:
Keywords: |
-----------------------------+----------------------------------------------
Changes (by cmlenz):
* component: general => version control
* owner: jonas => cmlenz
* summary: Problem. => Problem with svn repos
Old description:
> 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.
New description:
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.
Comment:
So that error is raised when you access the timeline? What about the
source browser?
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/3164>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets