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

Re: svn commit: r13372 - in branches/locking/subversion: clients/cmdline include

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-03-11 22:25:59 CET

On Fri, 11 Mar 2005 fitz@tigris.org wrote:

> Author: fitz
> Date: Fri Mar 11 12:14:01 2005
> New Revision: 13372
>
> Modified: branches/locking/subversion/clients/cmdline/lock-cmd.c
> Url: http://svn.collab.net/viewcvs/svn/branches/locking/subversion/clients/cmdline/lock-cmd.c?view=diff&rev=13372&p1=branches/locking/subversion/clients/cmdline/lock-cmd.c&r1=13371&p2=branches/locking/subversion/clients/cmdline/lock-cmd.c&r2=13372
> ==============================================================================
> --- branches/locking/subversion/clients/cmdline/lock-cmd.c (original)
> +++ branches/locking/subversion/clients/cmdline/lock-cmd.c Fri Mar 11 12:14:01 2005
> @@ -108,7 +108,7 @@
> struct lock_baton *lb = baton;
>
> if (ra_err)
> - err = svn_cmdline_printf (lb->pool, _("Error: %s\n"), ra_err->message);
> + svn_handle_error (ra_err, stderr, FALSE);
Ah, that's why the tests wer broken (again:-). It printed the errors to
stdout, not stderr.

Thanks,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 11 22:24:04 2005

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.