Mattias Engdegård <matti...@bredband.net> writes:

> Here is a patch. (I didn't add a newline to the string directly since
> it occurs in many places.)

The explaination should go in the code not the email otherwise somebody
else may change the code.  I don't understand the explaination, is this
to make translation easier?

>      case svn_wc_notify_path_nonexistent:
> -      err = svn_cmdline_printf(pool, _("'%s' is not under version control"),
> -                               path_local);
> +      err = svn_cmdline_printf(pool, "%s\n",
> +               apr_psprintf(pool, _("'%s' is not under version control"),
> +                            path_local));
>        if (err)
>          goto print_error;
>        break;

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download

Reply via email to