Modify

Opened 10 years ago

Closed 10 years ago

#11503 closed defect (worksforme)

RevTree version Conflict error for Trac 1.0.1

Reported by: abhishekkishore@… Owned by: Emmanuel Blot
Priority: normal Component: RevtreePlugin
Severity: normal Keywords:
Cc: Trac Release: 1.0

Description (last modified by Jun Omae)

I get following error while trying to launch Trac, post Trac upgrade to v1.0.1. The Apache service crashes there after.

2014-01-16 15:07:53,687 Trac[loader] ERROR: Skipping "revtree.enhancer = revtree.enhancer": (version conflict "VersionConflict: (trac 1.0.1 (c:\jamp\bin\python25\lib\site-packages\trac-1.0.1-py2.5.egg), Requirement.parse('Trac<0.12'))")
2014-01-16 15:07:53,687 Trac[loader] ERROR: Skipping "revtree.optimizer = revtree.optimizer": (version conflict "VersionConflict: (trac 1.0.1 (c:\jamp\bin\python25\lib\site-packages\trac-1.0.1-py2.5.egg), Requirement.parse('Trac<0.12'))")
2014-01-16 15:07:53,687 Trac[loader] ERROR: Skipping "revtree.web_ui = revtree.web_ui": (version conflict "VersionConflict: (trac 1.0.1 (c:\jamp\bin\python25\lib\site-packages\trac-1.0.1-py2.5.egg), Requirement.parse('Trac<0.12'))")

It seems RevTree version is no more compatible with Trac>0.12. How do we avoid the indicated error?

Attachments (0)

Change History (3)

comment:1 Changed 10 years ago by Jun Omae

Description: modified (diff)

It seems to be an installation issue. RevtreePlugin 0.5.x supports only Trac 0.11. Please try 0.6.x which supports Trac 0.12+. See RevtreePlugin#RecentChanges.

comment:2 Changed 10 years ago by Ryan J Ollos

0.6.x should be installable in Trac 1.0.x after [13609].

comment:3 Changed 10 years ago by Emmanuel Blot

Resolution: worksforme
Status: newclosed

Works fine on 1.0+

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Emmanuel Blot.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.