Re: Maximum value for revison numbers?
Larry Jones <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
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