Noorul Islam K M wrote: > Make 'svn switch' verify that the target path is local.
Thanks. Committed in r1036373.
> + if (svn_path_is_url(path))
> + 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"),
> + path));
- Julian

