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

Re: svn commit: r17533 - trunk/subversion/libsvn_wc

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-12-09 02:19:47 CET

nori@tigris.org writes:

> Author: nori
> Date: Sun Nov 27 05:41:03 2005
> New Revision: 17533
>
> Modified:
> trunk/subversion/libsvn_wc/lock.c
>
> Log:
> * subversion/libsvn_wc/lock.c: Another fix as a folloup to r17532.

The log message should mention the function affected (as should
r17352). Further, "Another fix" isn't very useful; I'd prefer
something like "Quote the path in an error message".

>
>
> Modified: trunk/subversion/libsvn_wc/lock.c
> Url: http://svn.collab.net/viewcvs/svn/trunk/subversion/libsvn_wc/lock.c?rev=17533&p1=trunk/subversion/libsvn_wc/lock.c&p2=trunk/subversion/libsvn_wc/lock.c&r1=17532&r2=17533
> ==============================================================================
> --- trunk/subversion/libsvn_wc/lock.c (original)
> +++ trunk/subversion/libsvn_wc/lock.c Sun Nov 27 05:41:03 2005
> @@ -732,7 +732,7 @@
> {
> svn_error_clear (err);
> return svn_error_createf (SVN_ERR_WC_NOT_LOCKED, NULL,
> - _("Unable to check path existence for %s"),
> + _("Unable to check path existence for '%s'"),
> svn_path_local_style (wcpath, pool));
> }

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 9 02:20:47 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.