[git-users] git-svn: mapping individual subversion branches

2012-01-25 Thread chris
Dear git experts, I'm trying to convert a couple of Subversion repositories to git. The structure looks like this: / + project1 + trunk + src + tags + 1.0rc1 + src + branches + 1.x + src + releases + 1.0 + src + project2 + trunk + tags + branches

[git-users] Re: git-svn: mapping individual subversion branches

2012-01-25 Thread Thomas Ferris Nicolaisen
Not that I've researched too much in this direction, but I believe all branches have to be on the same level, or depth. There's no easy way of achieving what you want. You could do a separate git-svn migration on this single branch, and then later splice that into your main repository. You can