Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#3401 closed defect (worksforme)

Changeset does not show copied directories

Reported by: greyfairer Owned by: Jonas Borgström
Priority: high Milestone:
Component: version control/changeset view Version: 0.9.4
Severity: major Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

If I add a new directory with files in one branch, and merge the changes to the trunk, the changeset view shows me the added files in the original branch, but not in the changeset of the trunk.

svn log -v -r 856 gives me

A /trunk/foo/bar/newdir (from /branches/MSB1/foo/bar/newdir:855)

svn diff -r 855:856 on the trunk shows me Index: foo/bar/newdir/NewFile.java =================================================================== —- foo/bar/newdir/NewFile.java (revision 0) +++ foo/bar/newdir/NewFile.java (revision 856) @@ -0,0 +1,5 @@ +package foo.bar; + +class NewFile +{ +}

But the copied directory is not shown in the changeset view, nor in the diff file or the zip file.

Attachments (0)

Change History (2)

comment:1 by anonymous, 18 years ago

Milestone: 0.10

comment:2 by Matthew Good, 18 years ago

Milestone: 0.10
Resolution: worksforme
Status: newclosed

I don't have a 0.9 install to test this on right now, but it's certainly working on 0.10. But at this point I don't think that the 0.9 branch is going to be seeing any more non-security-related development.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström 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.