Opened 19 years ago
Closed 19 years ago
#2239 closed defect (fixed)
Cannot view history of files which have been moved
Reported by: | Dave Matthews | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | 0.9 |
Component: | version control/browser | Version: | 0.9b2 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
source:trunk/wiki-macros/HelloWorld.py demonstrates the problem. You can view the full history of the latest version by enabling the follow copies option. From there you can view rev 1519. However, if you then try to view the revision history of that version it only shows adds, moves and deletes so you only see rev 167 and rev 1636. If you try to enable follow copies this get ignored (even though it is selected in the URL). You can view the change history of the file if you manually enter rev 1519 but there is no way to get to this from the web interface.
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
Milestone: | → 0.9 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
The problem is that the Revision Log link doesn't specify the start revision, so the latest revision is used. Since there's no such path at the latest revision, the Revision Log view fallbacks to the shows adds, moves and deletes mode.
Note that this is not true with the current trunk anymore: now, you'll get an explicit error message, see #2110).
The fix would be that the Revision Log link should also specify the revision at which to start:
browser.py
))