Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#8957 closed defect (wontfix)

error 200002 when trying to 'Browse Source'

Reported by: thomas.besand@… Owned by:
Priority: normal Milestone:
Component: version control/browser Version: 0.9.3
Severity: blocker Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Hello trac, I ran into the above mentioned error today, after I have been using my installation here for several months without problems. I am not aware of any changes to the system, besides the normal system updates to the host machine, which is Ubuntu 9.10. I run trac 0.9.3 as a virtual machine (vmTrac on a FreeBSD 6.1 VM). Appreciate any assistance, thank you, Thomas

Traceback (most recent call last):
  File "/usr/local/lib/python2.4/site-packages/trac/web/fcgi_frontend.py", line 40, in _handler
    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/versioncontrol/web_ui/browser.py", line 117, in process_request
    self._render_directory(req, repos, node, rev)
  File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/web_ui/browser.py", line 149, in _render_directory
    changes = get_changes(self.env, repos, [i['rev'] for i in info])
  File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/web_ui/util.py", line 31, in get_changes
    changeset = 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 82, in sync
    changeset = self.repos.get_changeset(current_rev)
  File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 251, in get_changeset
    self.fs_ptr, self.pool)
  File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 452, in __init__
    message = self._get_prop(core.SVN_PROP_REVISION_LOG)
  File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 520, in _get_prop
    return fs.revision_prop(self.fs_ptr, self.rev, name, self.pool())
  File "/usr/local/lib/python2.4/site-packages/libsvn/fs.py", line 575, in svn_fs_revision_prop
    return apply(_fs.svn_fs_revision_prop, args)
SubversionException: (None, 200002)

Attachments (0)

Change History (3)

comment:1 by Remy Blank, 14 years ago

Resolution: wontfix
Status: newclosed

The 0.9.x series is not supported anymore (and neither is the 0.10.x series, actually). You can either upgrade to the 0.11.x series (currently 0.11.6), or try to get help on the MailingList or the IrcChannel. But I don't think you'll find many people still running 0.9.

comment:2 by anonymous, 14 years ago

a bit off-topic here: I'm running 0.10.4, waiting for the translation feature and the improved ticket queries of 0.12 for months. Since we have a production system and the rule "never touch a running system" has highest priority I haven't updated to 0.11 at all. Now I'm a bit scary as you say 0.10.x is not supported anymore. Will I be able to update from 0.10.4 to 0.12.x?

in reply to:  2 comment:3 by Remy Blank, 14 years ago

Replying to anonymous:

Now I'm a bit scary as you say 0.10.x is not supported anymore.

Maybe I should define "not supported anymore". This means that we will not be backporting any bug fixes from later releases to the 0.10.x series, which is therefore "frozen".

Will I be able to update from 0.10.4 to 0.12.x?

Yes, you will. Upgrades are cumulative, so when you upgrade to 0.12, your database will go through all upgrades from 0.10.4 through 0.11 to 0.12. But you will also have to go through all the revision-specific upgrade instructions (see TracUpgrade) "by hand" and adjust what needs to be. In particular, plugins will need to be re-built.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.