Opened 15 years ago
Closed 15 years ago
#8703 closed defect (wontfix)
Diffs between two branches that have merged changes between them are erroneous
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control/changeset view | Version: | 0.11.4 |
Severity: | normal | Keywords: | svn needinfo |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Diffs between two branches that have merged changes between them are erroneous, because they show all the merged revisions.
E.G: Say you have a trunk and a development branch. Periodically you merge the latest changes from the trunk to the development branch, a common scenario. After doing such merge, if you make Trac show a diff between both branches in their latest versions (using the "View changes" button), it should show only the changesets specific to the development branch. Now, for some reason it shows also the merged ones.
The command line client in the same server that Trac is running does it well, E.G: svn diff file:///repo/trunk file://repo/branch.
Attachments (0)
Change History (3)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Keywords: | needinfo added |
---|
comment:3 by , 15 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
No feedback in more than 3 months, closing.
I re-read that 3 times now, and I'm afraid I still don't exactly see what you're talking about…
Please give me a reproduction recipe, starting with an empty repos.