On Dec 23, 9:18 pm, Dustin <[email protected]> wrote: > On Dec 23, 2:53 pm, "Marcus D. Hanwell" <[email protected]> wrote: > > > Hi, > > > Our open source project would like to move over to Git, and host at > > GitHub. The initial import of our repository seemed to go very well > > and I was able to upload the master branch without any problems. I do > > not seem to be having any luck uploading any other branches or tags > > though. I found a few posts about this but none provided a solution > > that worked here. > > Can you describe what you tried, and what you saw? > > git svn doesn't properly import tags (since svn doesn't properly > implement tags). You may want to manually sort out your tags from > your branches, figure out exactly what you want, and then push them. > > git push does not push tags by default. Once you have the set of > tags you actually want: > > git push --tags > > As for branches, I'd be most comfortable pushing them one at a time: > > git push origin somebranch:somebranch
I don't know if I did it the *right way*, but I did get it working and it looks OK. http://blog.cryos.net/archives/201-Avogadro-Has-Moved-to-GitHub-and-Git.html We wanted our release tags moving over, which I did manually, and the branches we had in our Subversion repository. It all looks OK now, if there is a better way Google failed to find it with the keywords I supplied it... I would be interested in whether anyone sees any obvious problems with what I did. It does look OK to me though, and allows us to easily browse the history as it was today. Thanks, Marcus --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" 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/github?hl=en -~----------~----~----~----~------~----~------~--~---
