From 7bbdeaa969794edd67cd4a1ed09b9a057b6af4c3 Mon Sep 17 00:00:00 2001 From: Christian Biesinger Date: Sat, 11 Feb 2006 16:44:11 +0100 Subject: Use a relative path for SVN importing The absolute path (with the leading slash) breaks SVN importing, because it then looks for /trunk/... instead of /svn/trunk/... (in my case, the repository URL was https://servername/svn/) Signed-off-by: Christian Biesinger Signed-off-by: Junio C Hamano diff --git a/git-svnimport.perl b/git-svnimport.perl index b6799d8..f17d5a2 100755 --- a/git-svnimport.perl +++ b/git-svnimport.perl @@ -318,7 +318,7 @@ sub get_file($$$) { die $res->status_line." at $url\n"; } } else { - $name = $svn->file("/$svnpath",$rev); + $name = $svn->file("$svnpath",$rev); return undef unless defined $name; } -- cgit v0.10.2-6-g49f6