On Fri, Jul 5, 2013 at 1:21 PM, <danie...@apache.org> wrote: >... > +++ subversion/trunk/subversion/libsvn_client/switch.c Fri Jul 5 17:21:09 > 2013 > @@ -239,7 +239,7 @@ switch_internal(svn_revnum_t *result_rev > return svn_error_createf(SVN_ERR_CLIENT_UNRELATED_RESOURCES, NULL, > _("'%s' shares no common ancestry with > '%s'"), > switch_url, > - svn_dirent_dirname(local_abspath, pool)); > + svn_dirent_local_style(local_abspath, > pool));
Did you intend to keep the filename in the message, too? The above isn't just a style change, but it (now) retains the filename in the path. Cheers, -g