Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'pw/p4-branch-fixes'
[gitweb.git]
/
contrib
/
svn-fe
/
svnrdump_sim.py
diff --git
a/contrib/svn-fe/svnrdump_sim.py
b/contrib/svn-fe/svnrdump_sim.py
index 1cfac4a6f84051d625ee2e1800ffd074b215eb86..17cf6f961f5fdf1e8f790acf7f498dc863e11e45 100755
(executable)
--- a/
contrib/svn-fe/svnrdump_sim.py
+++ b/
contrib/svn-fe/svnrdump_sim.py
@@
-7,6
+7,10
@@
"""
import sys, os
+if sys.hexversion < 0x02040000:
+ # The limiter is the ValueError() calls. This may be too conservative
+ sys.stderr.write("svnrdump-sim.py: requires Python 2.4 or later.\n")
+ sys.exit(1)
def getrevlimit():
var = 'SVNRMAX'