Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
svn improt needs SVN::Core 1.2.1 or better
[gitweb.git]
/
git-svnimport.perl
diff --git
a/git-svnimport.perl
b/git-svnimport.perl
index 415b50b35abcf9f54a9d4755f3b64f31a96ead49..ef73f364cc420fd1d570ec781b4e987ceb2b9bc1 100755
(executable)
--- a/
git-svnimport.perl
+++ b/
git-svnimport.perl
@@
-26,6
+26,8
@@
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";