Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#7350 closed defect (invalid)

Can't synchronize with the repository

Reported by: fen@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.11rc2
Severity: normal Keywords: resync
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

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 (0)

Change History (4)

comment:1 by Emmanuel Blot, 16 years ago

Description: modified (diff)
Resolution: invalid
Status: newclosed

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.

comment:2 by anonymous, 16 years ago

Resolution: invalid
Status: closedreopened

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.

comment:3 by ebray, 16 years ago

Resolution: invalid
Status: reopenedclosed

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.

comment:4 by anonymous, 15 years ago

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström 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.