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.
