Noorul Islam K M wrote: > Make 'svn relocate' verify that the target working copy root dir is > local.
Thanks. Committed in r1036383.
> + if (svn_path_is_url(wcroot_dir))
> + return svn_error_return(svn_error_createf(SVN_ERR_ILLEGAL_TARGET, NULL,
I tweaked this line, removing svn_error_return() as it's redundant when
using svn_error_create*().
> + _("'%s' is not a local path"),
> + wcroot_dir));
- Julian

