author | Christian Biesinger <cbiesinger@web.de> | |
Sat, 11 Feb 2006 15:44:11 +0000 (16:44 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 12 Feb 2006 01:59:38 +0000 (17:59 -0800) | ||
commit | 7bbdeaa969794edd67cd4a1ed09b9a057b6af4c3 | |
tree | 458f37a15d8364106329d29bc563cbcf8ea29e87 | tree | snapshot |
parent | 21fcd1bdea2440236aea1713ea42a66bc2da5563 | commit | diff |
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>
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 | diff | blob | history |