Our company subversion repo is a bit tricky: We've got a basic "default" layout with trunk, tags and branches. However, inside the branches, we have a "work" directory which contains more branches. Something like this:
- branches/release_1_0_x
- branches/release_1_1_x
- branches/work/dave/topic_one
- branches/work/tom/topic_two
- branches/work/something_else
Now how can I get git-svn to recognize all those (and a few more) as separate branches? It appears git svn init
only accepts one branch location, how ever I'm invoking it.
Edit: this is how I initialized the git repo:
git svn clone -s --prefix=svn/ http://svn.company.com/product/