I cloned an entire SVN repository ( including all the branches ), using git-svn. The problem is, if I run git branch
I don't get anything back. If I run git branch -a
I get:
git-svn
What should I do now to start working on SVN's trunk
?
EDIT: The repo is organized in the standard layout, but when I pulled I did it like:
git svn clone http://server/repo ( without any other options )
and not like
git svn clone http://server/repo/trunk
My gitconfig looks like this:
[svn-remote "svn"]
url = svn_url
fetch = :refs/remotes/git-svn