I'm working with subversion, but I have to commit lots and lots of revisions so I just wanted to know, is there a maximum number for revision count? And if there is what is it? Thanks.
Asked
Active
Viewed 1,781 times
0
-
possible duplicate of [What is the maximum revision number supported by SVN?](http://stackoverflow.com/questions/816523/what-is-the-maximum-revision-number-supported-by-svn) – Brian Apr 01 '11 at 20:20
1 Answers
1
What is the maximum revision number supported by SVN?
If you're using a 32-bit computer it's 2147483647, that's 231-1, the maximum value of a signed 32-bit integer.