Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
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
raw
|
patch
| inline |
side by side
(parent:
8470b7f
)
diff --git
a/git-svnimport.perl
b/git-svnimport.perl
index f9318c85cde0fd574285d1266998904574fb6e4d..821f51f105903c5241dcf8a55092dc6ed3fc76b3 100755
(executable)
--- a/
git-svnimport.perl
+++ b/
git-svnimport.perl
@@
-26,7
+26,7
@@
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";