[RFC] WC APIs for adding and copying
From: Julian Foad <julian.foad_at_wandisco.com>
Date: Thu, 07 Oct 2010 20:34:32 +0100
I'm planning to remove/deprecate svn_wc_add4(), the many-headed beast,
I reached this point from trying to understand the different kinds of
I drew out the call graph of all WC add and copy calls; it's attached as
Plan:
* Remove svn_wc_add4(). Keep the deprecated svn_wc_add3() for
* For an add without 'copyfrom', a new function:
svn_wc_add[4|_tree|something](depth) # any node kind
* For a repo->WC copy:
svn_wc_add_repos_file4() # existing function
* For a WC-to-WC copy:
svn_wc_copy3() # existing function
* Reorganize svn_wc_copy3() internally:
If the target should be a simple add (if the source is itself a
Any thoughts?
- Julian
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.