projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8470b7f
)
svn import: typo fix
author
Matthias Urlichs
<smurf@smurf.noris.de>
Tue, 11 Oct 2005 12:18:01 +0000
(14:18 +0200)
committer
Matthias Urlichs
<smurf@smurf.noris.de>
Tue, 11 Oct 2005 12:18:01 +0000
(14:18 +0200)
Fixed a minor typo
Signed-Off-By: Matthias Urlichs <smurf@smurf.noris.de>
git-svnimport.perl
patch
|
blob
|
history
diff --git
a/git-svnimport.perl
b/git-svnimport.perl
index
f9318c8
..
821f51f
100755
(executable)
--- a/
git-svnimport.perl
+++ b/
git-svnimport.perl
@@
-26,7
+26,7
@@
use IPC::Open2;
use SVN::Core;
use SVN::Ra;
-die "Need CVN:C
O
re 1.2.1 or better" if $SVN::Core::VERSION lt "1.2.1";
+die "Need CVN:C
o
re 1.2.1 or better" if $SVN::Core::VERSION lt "1.2.1";
$SIG{'PIPE'}="IGNORE";
$ENV{'TZ'}="UTC";