[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1500074 - /subversion/trunk/subversion/libsvn_client/switch.c

From: Greg Stein <gstein_at_gmail.com>
Date: Fri, 5 Jul 2013 18:59:24 -0400

On Fri, Jul 5, 2013 at 1:21 PM, <danielsh_at_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
Received on 2013-07-06 00:59:56 CEST

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.