Author: julianfoad
Date: Wed Jun 3 14:41:55 2015
New Revision: 1683349
URL: http://svn.apache.org/r1683349
Log:
On the 'move-tracking-2' branch: Note more bugs in BRANCH-README.
* BRANCH-README
Add two bugs.
Modified:
subversion/branches/move-tracking-2/BRANCH-README
Modified: subversion/branches/move-tracking-2/BRANCH-README
URL:
http://svn.apache.org/viewvc/subversion/branches/move-tracking-2/BRANCH-README?rev=1683349&r1=1683348&r2=1683349&view=diff
==============================================================================
--- subversion/branches/move-tracking-2/BRANCH-README (original)
+++ subversion/branches/move-tracking-2/BRANCH-README Wed Jun 3 14:41:55 2015
@@ -42,6 +42,13 @@ BUGS:
- update .@head # now two paths 'a' exist
- commit # should fail
+ * In 'do_move()' svnmover always performs a cross-branch move by
+ branch-and-delete, never by copy-and-delete. Is that right? If so,
+ delete the 'if' and the 'else' code block.
+
+ * svnmover's 'made_changes' flag is fallible: undoing all changes doesn't
+ reset the flag. Instead, query whether the txn has any changes.
+
Work on this branch: