#3401: Changeset does not show copied directories
----------------------------+-----------------------------------------------
Reporter: greyfairer | Owner: jonas
Type: defect | Status: new
Priority: high | Milestone:
Component: changeset view | Version: 0.9.4
Severity: major | Keywords:
----------------------------+-----------------------------------------------
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.
--
Ticket URL: <http://trac.edgewall.org/ticket/3401>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets