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

Re: [PATCH] svn status -v dies with revisions > 999999

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-08-03 15:54:55 CEST

Philip Martin <philip@codematters.co.uk> writes:

> In svn_cl__print_status_list youngest is the largest possible status,

s/possible status/possible revision number/

> so sprintf that into an array and run strlen. Then pass the length to
> print_long_format.

Except youngest can be SVN_INVALID_REVNUM. In which case a loop over
statusarray to determine the largest revision would be needed.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Aug 3 15:55:26 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.