Modify ↓
#242 closed defect (fixed)
Can't see all revisions in changelog after copy/move
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control/browser | Version: | 0.6 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
It would be nice for the TracBrowser to show the full history of files (and dirs), even after moving them within the repository.
Websvn does this, check out this example http://svn.pdtp.org/websvn/pdtpd/common/Config.c?op=log&rev=0&sc=1&isdir=0
In Trac 0.6 you can't tell if a file that is reported added is a new file or if it already existed in the repository before and was copied or moved there. And specifically you don't see the revisions previous to the copy/move in the changelog.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Fixed in [453].