-
Notifications
You must be signed in to change notification settings - Fork 89

Description
The script seems to be parsing malformed URLs when I try on our repository.
$ ./git-svn-clone-externals
lib/vendor/http://svn.dwoo.org/trunk/lib -> dwoo
git svn clone dwoo lib/vendor/http://svn.dwoo.org/trunk/lib
Initialized empty Git repository in /home/drak/www/trunk/.git_externals/lib/vendor/http:/svn.dwoo.org/trunk/lib/.git/
Bad URL passed to RA layer: Illegal repository URL 'dwoo' at /usr/lib/git-core/git-svn line 1544
lib/vendor/http://svn.phpdoctrine.org/tags/1.2.1/lib -> Doctrine
git svn clone Doctrine lib/vendor/http://svn.phpdoctrine.org/tags/1.2.1/lib
Initialized empty Git repository in /home/drak/www/trunk/.git_externals/lib/vendor/http:/svn.phpdoctrine.org/tags/1.2.1/lib/.git/
Bad URL passed to RA layer: Illegal repository URL 'Doctrine' at /usr/lib/git-core/git-svn line 1544