#7350 closed defect (invalid)
Can't synchronize with the repository
Reported by: | 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 )
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 , 16 years ago
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
comment:2 by , 16 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
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 , 16 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
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 , 16 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.
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.