Re: [PATCH] svn status -v dies with revisions > 999999
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-08-03 15:50:54 CEST
"Jay Freeman \(saurik\)" <saurik@saurik.com> writes:
> BTW, it would be nice if it would actually output more than the first 6
In svn_cl__print_status_list youngest is the largest possible status,
>
Why 11? I guess that's 2^32 in decimal plus one. Magic numbers
> char update_char;
"%ld" should be "%" SVN_REVNUM_T_FMT
>
Use the newly passed in length of youngest and either %*.* or
> str_status,
Please supply a log message.
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Aug 3 15:51:45 2002 |
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.