Edgewall Software

Ticket #7350 (closed defect: invalid)

Opened 6 months ago

Last modified 3 weeks ago

Can't synchronize with the repository

Reported by: fen@… Owned by: jonas
Priority: normal Milestone:
Component: general Version: 0.11rc2
Severity: normal Keywords: resync
Cc:

Description (last modified by eblot) (diff)

hi!

change repository_dir!

Can't synchronize with the repository (The 'repository_dir' has changed, a 'trac-admin resync' operation is needed.)

do trac-admin resync
C:\Program Files\Python25\lib\site-packages\matplotlib\__init__.py:753: UserWarn
ing:  This call to matplotlib.use() has no effect
because the the backend has already been chosen;
matplotlib.use() must be called *before* pylab, matplotlib.pyplot,
or matplotlib.backends is imported for the first time.

  warnings.warn(_use_error_msg)
Resyncing repository history...
41 revisions cached. Done.

But nothing occurs! Can't synchronize with the repository (The 'repository_dir' has changed, a 'trac-admin resync' operation is needed.)

Where there can be a problem?

Attachments

Change History

Changed 6 months ago by eblot

  • status changed from new to closed
  • resolution set to invalid
  • description modified (diff)

This error is likely to be due to an error in a plugin (or a plugin configuration issue) which relies on matplotlib.
Try disabling the faulty plugin, and/or report the error to the plugin maintainer.

This does not look like to be a Trac issue.
Feel free to reopen this ticket if the bug still occurs once you've disabled the installed plugins.

Changed 4 months ago by anonymous

  • status changed from closed to reopened
  • resolution invalid deleted

I've got upon the same error. There's a message on the "Browse Source":

The 'repository_dir' has changed, a 'trac-admin resync' operation is needed.

I try to resync, and no errors are shown, but the message still there.

Changed 4 months ago by ebray

  • status changed from reopened to closed
  • resolution set to invalid

Well, that's not "the same error" because the original ticket concerned some problem with a plugin or something depending on matplotlib. Whatever your problem is, it's not the same.

Changed 3 weeks ago by anonymous

If you use 'TracMetrixPlugin', modify in tracmetrixplugin/__init__.py :

matplotlib.use('Agg') # disable interactive option

to comment out :

#matplotlib.use('Agg') # disable interactive option

, and install 'TracMetrixPlugin' again.

Add/Change #7350 (Can't synchronize with the repository)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.