info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Maximum value for revison numbers?


From: Larry Jones
Subject: Re: Maximum value for revison numbers?
Date: Sat, 28 Mar 2009 15:11:32 -0400

LennardL writes:
> 
> does anyone know about a maximum value for revision numbers?

The maximum value of a long int on your system, which is at least
2147483647.  Most of the code treats them as strings to avoid imposing
any limit, but there are a few places that (incorrectly) convert them to
numbers.
-- 
Larry Jones

I think your train of thought is a runaway. -- Calvin's Mom




reply via email to

[Prev in Thread] Current Thread [Next in Thread]