Edgewall Software
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

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

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.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from cboos. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.