mirror of
https://github.com/git/git.git
synced 2024-11-18 07:14:06 +01:00
svn improt needs SVN::Core 1.2.1 or better
Die with a warning if Perl's svn module is too old. Signed-Off-By: Matthias Urlichs <smurf@smurf.noris.de>
This commit is contained in:
parent
c6582aba52
commit
37dcf6de60
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user