| Subject: | Re: cvs revision size limit |
|---|---|
| From: | lawrence.jones@xxxxxxxxxxx (Larry Jones) |
| Date: | Thu, 17 Jul 2008 20:58:28 -0400 (EDT) |
| Newsgroups: | gnu.cvs.help |
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 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | cvs revision size limit, Moti Dror |
|---|---|
| Next by Date: | Linking files in CVS, mail . sanjaychavan |
| Previous by Thread: | cvs revision size limit, Moti Dror |
| Next by Thread: | Linking files in CVS, mail . sanjaychavan |
| Indexes: | [Date] [Thread] [Top] [All Lists] |