0

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.

Alireza Noori
  • 14,961
  • 30
  • 95
  • 179
  • 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 Answers1

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.

Community
  • 1
  • 1
The GiG
  • 2,571
  • 2
  • 28
  • 29