git-svn-clone-externals
git-svn-clone-externals copied to clipboard
Simple shell script to import svn:externals into a local git-svn repository
In a repo at work I found some svn:externals which have the URL first and the directory second. Not only this, the urls start with ^, which is supposed to...
I'm having an issue that git-svn-clone-externals always fail with error: svn_externals/http://svn/common/include/trunk@26 -> common/include git svn fetch --all Bad URL passed to RA layer: Illegal repository URL 'common/include' at /usr/local/share/perl/5.22.1/Git/SVN.pm line...
Hi Andre, Thanks for the scripts! I needed to add support for relative svn external urls, and ended up reimplementing all the scripts as a big python script with sub...
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/...
if i have externals in subsubfolders of project script does not update them
Hi, When executing your script on the following svn url : https://svn.bestofmedia.com/frontend-repository/frontendCommons/sWebserviceClientGenerator/trunk/lib/bomLibrairies the script looses track because the sed expression deletes the "trunk" part instead of getting the part before...
I had an issue in cloning large repositories. Took me a little while to track down (learned some more bash along the way), and I've created a fork which basically...
Hi, I've been asked about making a pull request for changes I've developed inside a "freebsd" branch in my fork. I don't know how to make a pull request to...
Hi, the script did not work for me as is because for whatever reason `git svn show-externals` did not separate the revision and the path in my setting. In addition,...