On Fri, 2011-07-22, Dongsheng Song wrote: > On Fri, May 6, 2011 at 07:14, <rhuij...@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