Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#3172 closed defect (fixed)

Subversion changeset sync doesn't handle copy + edit

Reported by: Christian Boos Owned by: Christian Boos
Priority: normal Milestone: 0.10
Component: version control Version: devel
Severity: normal Keywords: svn sync
Cc: Branch:
Release Notes:
API Changes:
Internal 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 (0)

Change History (2)

comment:1 by Christian Boos, 18 years ago

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

comment:2 by Christian Boos, 18 years ago

Milestone: 0.10
Resolution: fixed
Status: newclosed

Fixed by r3387.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.