You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by gs...@apache.org on 2011/07/13 23:53:38 UTC

svn commit: r1146496 - /subversion/trunk/notes/moves

Author: gstein
Date: Wed Jul 13 21:53:38 2011
New Revision: 1146496

URL: http://svn.apache.org/viewvc?rev=1146496&view=rev
Log:
* notes/moves: note that wc_db already provides the requested support

Modified:
    subversion/trunk/notes/moves

Modified: subversion/trunk/notes/moves
URL: http://svn.apache.org/viewvc/subversion/trunk/notes/moves?rev=1146496&r1=1146495&r2=1146496&view=diff
==============================================================================
--- subversion/trunk/notes/moves (original)
+++ subversion/trunk/notes/moves Wed Jul 13 21:53:38 2011
@@ -66,6 +66,11 @@ Some existing interfaces will be extende
 and _scan_deletion() interfaces will be extended to differentiate
 moved nodes from copied, added, and deleted nodes.
 
+### gstein: note that scan_addition() already returns status_moved_here,
+###   and scan_deletion() returns a MOVED_TO_ABSPATH. these functions
+###   should already do what you're asking (with bitrot and "untested"
+###   caveats since I first implemented them).
+
 There might be some public API changes (TBD).
 
 We might require a working copy upgrade when going from 1.7 to 1.8,