Re: svn commit: r14699 - trunk/subversion/clients/cmdline
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2005-05-12 02:24:50 CEST
Jani Averbach wrote:
>> (main): Make sure the argument to --limit is numeric.
>>+ opt_state.limit = strtol (opt_arg, &end, 10);
Correct. Do you think it should? It's consistent with GNU "tail" at least:
~/src/subversion> ls | tail -n "42 "
- Julian
---------------------------------------------------------------------
|
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.