Re: git-svnimport usage with different SVN repo layouts
From: Martin Langhoff <hidden> Date: 2016-06-15 22:42:14
On 12/15/05, Martin Langhoff [off-list ref] wrote:
Example:
# this gives me a small repo with 40 commits
svn co svn://elgg.net/devel
# but I could not get any of this to go
git-svnimport svn://elgg.net/devel
At last -- success with
git-svnimport -t releases -T devel -b branches svn://elgg.net
and success (at least apparently) with
git-svnimport -v -b branches svn://svn.berlios.de/rtnet
cheers.
martin