git-svn new branches don’t show up…

Posted by Anthony Batchelor on February 23rd, 2009 filed in How-to, Programming

Working with git-svn I noticed that new branched didn’t show up when I did the usual git svn rebase to get the remote changes. After a bit of searching and not coming up with much, I worked out that git svn fetch pulls in the changes for the whole module, not just the current branch. After running that command, the new branches, tags etc. show up.

Hope this helps someone…


One Response to “git-svn new branches don’t show up…”

  1. Jason Porter Says:

    Thanks! That’s exactly what I was looking for!

Leave a Comment