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 , 18 years ago
Milestone: | → 0.10 |
---|
comment:2 by , 18 years ago
Milestone: | 0.10 |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
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.