I am trying to mirror the following SVN repository. https://nhibernate.svn.sourceforge.net/svnroot/nhibernate
I cloned it using: git svn clone https://nhibernate.svn.sourceforge.net/svnroot/nhibernate --stdlayout Then I run: git remote add origin g...@github.com:ayende/nhibernate.git git push origin master That only cloned the trunk from the SVN repository I then tried: git push origin --all and git push origin --all When I am checking the branches, I get this: PS C:\Work\nhibernate.git\nhibernate> git branch -a * master remotes/2.1.x remotes/1.2.x remotes/2.0.x remotes/2.1.x remotes/Linq%20to%20Nhibernate remotes/linq%20to%20nhibern...@4455 remotes/alpha_avalon-proxy remotes/origin/master remotes/query-translator remotes/static-proxies remotes/static-proxis remotes/static-pro...@3822 remotes/tags/1.0.3 remotes/tags/1.0.4 remotes/tags/1.2.0.Alpha1 remotes/tags/1.2.0.Beta1 remotes/tags/1.2.0.be...@2281 remotes/tags/1.2.0.Beta2 remotes/tags/1.2.0.Beta3 remotes/tags/1.2.0.CR1 remotes/tags/1.2.0.CR2 remotes/tags/1.2.0.GA remotes/tags/1.2.1.GA remotes/tags/1.2.x remotes/tags/2.0.0.Alpha1 remotes/tags/2.1.0GA remotes/tags/Pre_2-1_Refactor remotes/tags/alpha_0-2-0-0 remotes/tags/alpha_0-3-0-0 remotes/tags/alpha_0-3-0-0_pre-avalon-proxy remotes/tags/alpha_0-4-0-0 remotes/tags/alpha_0-5-0-0 remotes/tags/beta_0-6-0-0 remotes/tags/beta_0-7-0-0 remotes/tags/beta_0-8-0-0 remotes/tags/beta_0-8-1-0 remotes/tags/beta_0-8-2-0 remotes/tags/beta_0-8-3-0 remotes/tags/beta_0-8-4-0 remotes/tags/beta_0-9-0-0 remotes/tags/beta_0-9-1-0 remotes/tags/prealpha_0-1-0-0 remotes/tags/rc_0-99-1-0 remotes/tags/rc_0-99-2-0 remotes/tags/rc_0-99-3-0 remotes/tags/release_1-0-0-0 remotes/tags/release_1-0-1-0 remotes/tags/release_1-0-2-0 remotes/trunk remotes/v10branch How can I push everything to github? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to github@googlegroups.com To unsubscribe from this group, send email to github+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/github?hl=en -~----------~----~----~----~------~----~------~--~---