Author: julianfoad
Revision: 1418585
Modified property: svn:log
Modified: svn:log at Sat Dec 8 16:40:35 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Dec 8 16:40:35 2012
@@ -1,9 +1,11 @@
Teach the update-move code to handle the props of a locally moved file,
where until now it was only handling the text. Add a test for this.
-It's still not right -- it's putting the props into the DB immediately,
-whereas it should be adding another work item to the work queue instead --
-but it's a start.
+[When I committed this I thought it was still not right and I included a
+comment saying that it should be putting the new props into the DB via the
+work queue. However, that was wrong, as it is running inside a DB txn and
+it is already creating any conflict description file on disk via the work
+queue.]
* subversion/libsvn_wc/wc_db_update_move.c
(file_version_t): Add a 'props' member.