You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by Apache subversion Wiki <co...@subversion.apache.org> on 2013/09/18 18:46:56 UTC

[Subversion Wiki] Trivial Update of "MoveDev/MoveTrackingUpdateEditor" by StefanFuhrmann

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Subversion Wiki" for change notification.

The "MoveDev/MoveTrackingUpdateEditor" page has been changed by StefanFuhrmann:
https://wiki.apache.org/subversion/MoveDev/MoveTrackingUpdateEditor?action=diff&rev1=4&rev2=5

Comment:
Fix usage of '^'

    * WC: (A@10, X=^/A@10)
    * WC: (A@10, X=^/A@11); repo: (^/A@10 and ^/A@11 are the same                 node-rev)
   * A non-switched path points to a different revision of a moved        node
-   * WC: (A@10, B@20); repo: (mv ^/A@10 ^/B@20)
+   * WC: (A@10, B@20); repo: (mv ^/A@20^ ^/B@20)
  
  The WC does not (currently) know about node-copy-ids, and so does not know that it has multiple instances of the same node, except in the simple case where the URL@REV is the same.