aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgit-svnimport.perl2
1 files changed, 2 insertions, 0 deletions
diff --git a/git-svnimport.perl b/git-svnimport.perl
index 415b50b35..ef73f364c 100755
--- a/git-svnimport.perl
+++ b/git-svnimport.perl
@@ -26,6 +26,8 @@ use IPC::Open2;
use SVN::Core;
use SVN::Ra;
+die "Need CVN:COre 1.2.1 or better" if $SVN::Core::VERSION lt "1.2.1";
+
$SIG{'PIPE'}="IGNORE";
$ENV{'TZ'}="UTC";