info-cvs
[Top][All Lists]
Advanced

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

Re: cvs revision size limit


From: Larry Jones
Subject: Re: cvs revision size limit
Date: Thu, 17 Jul 2008 20:58:28 -0400 (EDT)

Moti Dror writes:
> 
> Is there any limit on the revision number size?

Not on the number of components.  It's advisable to keep each component
less than the maximum value of an int on the server, however.  While
much of the code treats them as strings to allow arbitrarily large
values, there are a few places where they are (erroneously, in my
opinion) converted to integers.  That value is guaranteed to be at least
65535 and is frequently 2147483647 or larger.
-- 
Larry Jones

I think if Santa is going to judge my behavior over the last year,
I ought to be entitled to legal representation. -- Calvin




reply via email to

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