how to use nested branches through git-svn
our svn server has a trunk called Dev and Branches live in /Branches/Release/1.0/ /2.0/ /2.3.4/ i cloned it with something like git svn clone -T Dev ... -b Branches ... when I run git branch 2.1 remotes/Release/2.1 i get: fatal: Not a valid object name: 'remotes/Release/2.1'. How do I refer to the remote branch? Do I need to re-clone with different args? VonC As mentioned in " How do I import svn branches rooted in different directories into git using git-svn? ", you need to grab all the nested branch during the initial import: [svn-remote "svn"] url = svn://svnserver/repo fetch = trunk:refs