From 053c1b858d81da393632e493ff3d3047fd3f857d Mon Sep 17 00:00:00 2001 From: Ortwin Escher Date: Thu, 28 Jan 2010 14:29:47 +0100 Subject: [PATCH] Bugfix for the path to link conversion: Added a path for the link. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Love Hörnquist Åstrand --- git2svn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git2svn b/git2svn index 23278a8..acad69b 100755 --- a/git2svn +++ b/git2svn @@ -349,6 +349,8 @@ COMMAND: while (!eof(IN)) { foreach ( keys( %paths ) ) { delete $paths{$_} if ( /^$path/ ); } + # This is now a file and not a path anymore + $paths{$path} = 2; printf OUT "Node-path: $path\nNode-action: delete\n\n"; } else { $action = "change"; -- 2.11.4.GIT