Sorry for the delay. On Wed, Nov 2, 2011 at 12:05, <[email protected]> wrote:
> <hexcode> commit refs/heads/master > <hexcode> commit refs/remotes/%2settings > <hexcode> commit refs/remotes/dev > <hexcode> commit refs/remotes/googlecode/master > <hexcode> commit refs/remotes/trunk > Yeah, this is the weird git-svn behavior. By default, each branch in your SVN repo shows up in the "remotes" section of your git refs. The quickest way to fix this is: git push googlecode :refs/remotes/dev git push googlecode refs/remotes/dev:refs/heads/dev I'll update the wiki shortly with instructions on how to fix/avoid this. > -- > You received this message because you are subscribed to the Google Groups > "Project Hosting on Google Code" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-code-hosting/-/VH9ClPLoFloJ. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-code-hosting?hl=en. > -- You received this message because you are subscribed to the Google Groups "Project Hosting on Google Code" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code-hosting?hl=en.

