Ticket #1346 (closed defect: fixed)
[info] after the versioncontrol merge, got no attribute 'get_repository' error
| Reported by: | cboos | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | devel |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
This is an informative note, for people wanting to upgrade the trunk after [1415], and who could possibly get bitten by this:
Trac detected an internal error: Environment instance has no attribute 'get_repository'
This error will be raised if there is an old trac/Environment.py file that got installed alongside the new trac/env.py, certainly because, like me, you were doing a python setup.py install (which works most of the time!) instead of the more secure python setup.py clean install which is required here.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


