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

Re: svn commit: r14699 - trunk/subversion/clients/cmdline

From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2005-05-12 02:06:28 CEST

On 2005-05-11 17:20-0500, kfogel@tigris.org wrote:
> Author: kfogel
> New Revision: 14699
...
> (main): Make sure the argument to --limit is numeric.
...
> + char *end;
> + opt_state.limit = strtol (opt_arg, &end, 10);
> + if (end == opt_arg || *end != '\0')

This won't allow following:

svn log --limit "42 "

BR, Jani

-- 
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 12 02:18:57 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.