On Thu, Jun 25, 2009 at 23:21, Hyrum K. Wright<hyrum_at_hyrumwright.org> wrote:
>...
> +++ trunk/subversion/libsvn_wc/deprecated.c   Thu Jun 25 14:21:50 2009     (r38204)
>...
> + Â if (recurse)
> + Â Â return svn_error_return(svn_wc_relocate4(wc_ctx, local_abspath, from, to,
> + Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â validator, validator_baton,
> + Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â pool));
> + Â else
> + Â Â {
> + Â Â Â /* This gets sticky. Â We need to do the above relocation, and then
> + Â Â Â Â relocate each of the children *back* to the original location. Â Ugh.
> + Â Â Â */
> + Â Â Â const apr_array_header_t *children;
> + Â Â Â apr_pool_t *iterpool;
> + Â Â Â int i;
> +
> + Â Â Â SVN_ERR(svn_wc_relocate4(wc_ctx, local_abspath, from, to,
> + Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â validator, validator_baton, pool));
How about just doing this call regardless, then for non-recurse do the
child-relocation.
>...
Cheers,
-g
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2365535
Received on 2009-06-26 01:48:30 CEST