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

Re: Bug: svn-1.0.4 stops at 65536 revisions

From: Chia-Liang Kao <clkao_at_clkao.org>
Date: 2004-05-28 17:26:24 CEST

Because SVN_REVNUM_INVALID is -1.

On Fri, May 28, 2004 at 11:20:02AM -0400, John Peacock wrote:
> typedef long int svn_revnum_t;
>
> As an aside to the list, why is this not
>
> typedef unsigned long int svn_revnum_t;
>
> instead (since negative revision numbers make little sense)? I admit
> that 2 billion revisions seems large enough, but why settle for that
> when you can have 4 billion. ;) Obviously that's a version 2.0.0
> question...

Cheers,
CLK

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 28 17:34:46 2004

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.