Use a relative path for SVN importing
authorChristian Biesinger <cbiesinger@web.de>
Sat, 11 Feb 2006 15:44:11 +0000 (16:44 +0100)
committerJunio C Hamano <junkio@cox.net>
Sun, 12 Feb 2006 01:59:38 +0000 (17:59 -0800)
commit7bbdeaa969794edd67cd4a1ed09b9a057b6af4c3
tree458f37a15d8364106329d29bc563cbcf8ea29e87
parent21fcd1bdea2440236aea1713ea42a66bc2da5563
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 <cbiesinger@web.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svnimport.perl