I'm migrating our SVN repository to Git using the following tutorial: http://notahat.com/posts/25
Everything works great getting the svn trunk into the new git repository. It's a bare repository because it's shared and there's no use having a copy there if we can just use a bare representation of it. I was hoping that all my tags and branches would be automatically moved into git remote branches, but how to do this I am not sure. I could manually create tons of remote branches and painfully merge all our svn branches in, but that would take hundreds of hours. Is there anyway I can get my SVN tags and branches into our git remote repository? Thanks!! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Git for human beings" 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/git-users?hl=en -~----------~----~----~----~------~----~------~--~---
