Dear Wiki user,

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

The "MoveDev/ApiChangesForMove" page has been changed by JulianFoad:
http://wiki.apache.org/subversion/MoveDev/ApiChangesForMove?action=diff&rev1=2&rev2=3

  
  ''(Early draft)''
  
+ === Tree Diff / Editor API ===
+ ==== svn_editor_t ====
+ ==== svn_delta_editor_t ====
+  * See MoveDev/MovesOverDeltaEditor
+ 
+ ==== svn_tree_processor_t ====
+ ==== svn_wc_diff_callbacksN_t ====
  === Client to server ===
- 
  ==== Client lib ====
- 
   * 'move URL URL' sends 'move'
   * 'commit' sends 'move'
  
  ==== RA layer ====
- 
   * 'copy' method recognizes 'move' (src-rev = -1).
  
  ==== Repos ====
- 
   * 'copy' method recognizes 'move' (src-rev = -1).
  
  ==== FS ====
- 
   * Add a 'move' method.
  
  ==== FSFS ====
- 
   * Add a 'move' method, that keeps copy-id the same.
   * 'changes' list - record as a 'move'?
  
  === Server to client ===
- 
  ==== Repos ====
- 
   * report -> delta
   * replay
   * delta-dirs
  
  ==== svnadmin ====
- 
   * 'upgrade' enables move-specific metadata
   * 'upgrade' creates move-specific metadata by heuristics
   * 'dump'/'load' writes & reads move-specific metadata (?)
  
  ==== svnlook ====
- 
   * 'diff' recognizes renames
  
  ==== RA layer ====
- 
  ==== Client lib ====
- 
   * 'update' and 'switch' recognize 'move'.
   * 'merge' recognizes 'move'.
  

Reply via email to