Modify ↓
Ticket #3172 (closed defect: fixed)
Opened 6 years ago
Last modified 6 years ago
Subversion changeset sync doesn't handle copy + edit
| Reported by: | cboos | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.10 |
| Component: | version control | Version: | devel |
| Severity: | normal | Keywords: | svn sync |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
i.e. the following sequence of operations:
$ svn cp a b $ vim b $ svn ci -m "copied a to b, then edited b"
is reported as a pure copy, with no links to the diffs between a and b.
See also [h774] for an example: in the changeset view,
there are no diffs shown for mailto.py even though there are
diffs.
I'm pretty sure it used to work, we need to add a test case for this.
Attachments
Change History
comment:1 Changed 6 years ago by cboos
comment:2 Changed 6 years ago by cboos
- Milestone set to 0.10
- Resolution set to fixed
- Status changed from new to closed
Fixed by r3387.
Note: See
TracTickets for help on using
tickets.



Another symptom of this problem here: [3342/trunk/trac/util]