diff options
-rwxr-xr-x | git-svnimport.perl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git-svnimport.perl b/git-svnimport.perl index 415b50b35a..ef73f364cc 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"; |