What is the maximum revision number supported by SVN?

If you're using a 32-bit computer it's 2147483647, that's 2 31 1, the maximum value of a signed 32-bit integer. For a 64-bit computer, it's... more. In any case, it should be enough for any practical purpose where humans are doing commits In practice, you're probably going to run out of disk space or your directory indexes become too slow before you hit the maximum revision number limit.

If you're using a 32-bit computer it's 2147483647, that's 231-1, the maximum value of a signed 32-bit integer. For a 64-bit computer, it's... more. In any case, it should be enough for any practical purpose where humans are doing commits.In practice, you're probably going to run out of disk space or your directory indexes become too slow before you hit the maximum revision number limit.

13 Assuming Jon Skeet isn't doing the commits, that is. – Rich Bradshaw May 3 '09 at 7:42 3 Ext3 also has a maximum number of 2^31−1 blocks for the whole file system. Since each file takes at least one block and each revision takes one file, you will definitely run into file system limitations before you run out of revisions.(Although in since svn 1.5 you have "sharding" and since svn 1.6 "svnadmin pack" for completed shards...) – Wim Coenen May 3 '09 at 22:09 1 surely Jon Skeet only commits once, because it's perfect first time around?

– ninesided May 4 '09 at 4:18 yea, but he's so prolific...always adding new files! – Will Hartung May 7 '09 at 21:27 Jon skeet does not need a version control system – barfoon May 7 '09 at 22:54.

Possibly more than 2 billion. There is an interesting discussion at svn.haxx.se/users/archive-2005-03/0394.s....

3 +1 for having a reference – Wim Coenen May 3 '09 at 21:50.

I guess it is large enough not to bother. Let's suppose it is stored in a 32 bit value. This means that if you commit once a second, you'll need 136 years to get an overflow.

OTOH, there is an urban legend that at Google they overflowed a long once. – Anton Tykhyy May 3 '09 at 8:11 1 I've overflowed many long's in my live time. What overflow are you referring to?

– Luke May 3 '09 at 11:21 2 Actually, SVN most likely uses a signed integer for the revision number so you have 31 bits left, which will only last you a measly 68 years of commit-once-per-second fun. – Ville Laurikari May 3 '09 at 18:19.

The time based answers assume that only one person is doing the commits. Here, we have at least a dozen... but they're all working, not posting commits once a second. Then again, it depends on how well you use the tool.

You can commit parts of a project at a time, instead of the whole project at once. ... but given the other answers, this point is really moot.

P is a natural number. 2P has 28 divisors and 3P has 30 divisors. How many divisors of 6P will be there?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions