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

Re: svn commit: r1099992 - in /subversion/trunk/subversion: libsvn_client/commit_util.c libsvn_client/copy.c svn/cl.h svn/copy-cmd.c svn/notify.c tests/cmdline/copy_tests.py

From: Julian Foad <julian.foad_at_wandisco.com>
Date: Thu, 28 Jul 2011 17:12:04 +0100

On Fri, 2011-07-22, Dongsheng Song wrote:
> On Fri, May 6, 2011 at 07:14, <rhuijben_at_apache.org> wrote:
> > New Revision: 1099992
> >
> > URL: http://svn.apache.org/viewvc?rev=1099992&view=rev
> > Log:
> > Resolve issue #3314, by adding a similar copy source exist check for not
> > present nodes as was added to the normal commit handling in r1099411.
> >
> > Also enable notifications for these svn cp DIR URL operations.
[...]
> > * subversion/svn/notify.c
> > (notify): Add 'copy of' when committing to a different url.
[...]

> In subversion/trunk/subversion/svn/notify.c, these changes make messages
> not translatable:
>
> > if ((err = svn_cmdline_printf(pool,
> > - _("Sending %s\n"),
> > + _("Sending %s %s\n"),
> > + nb->is_wc_to_repos_copy
> > + ? _("copy of") : "",
> > path_local)))

Fixed in r1151906.

Thanks.

- Julian
Received on 2011-07-28 18:12:38 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.