git-svn new branches don’t show up…
Posted by Anthony Batchelor on February 23rd, 2009 filed in How-to, ProgrammingWorking 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…


March 2nd, 2010 at 5:43 pm
Thanks! That’s exactly what I was looking for!