Modify ↓
Opened 20 years ago
Closed 20 years ago
#2001 closed defect (worksforme)
Log.py called as trac.log raises module not found
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | devel |
| Severity: | minor | Keywords: | Log.py |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
On Windows when running trac from r2165 I had to rename trac/Log.py to trac/log.py
Attachments (0)
Change History (1)
comment:1 by , 20 years ago
| Keywords: | Log.py → Log.py |
|---|---|
| Resolution: | → worksforme |
| Severity: | normal → minor |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



The file trac/Log.py was removed during the merge of the versioncontrol branch (r1413). After that, the merge of the rearch branch (r1586) brought another file, named trac/log.py.
I guess that what happened for you was that you had a SVN working copy older than r1413. SVN on Windows has some trouble when updating the working copy when a file has changed case due to a rename or a delete followed by an add or a copy operation.
Usually, it's enough to retry the update operation a second time.