Hi all, I just tried using git-svn clone to import the GWT SVN repo, located at: http://google-web-toolkit.googlecode.com/svn/ GWT has a standard SVN structure, and so I imported it using: git-svn clone --stdlayout http://google-web-toolkit.googlecode.com/svn/ You can see here, that GWT has the following tags: http://code.google.com/p/google-web-toolkit/source/browse/#svn/tags # 1.3.1 # 1.3.3 # 1.4.10 # 1.4.59 # 1.4.60 # 1.4.61 # 1.4.62 # 1.5.0 # 1.5.1 # 1.5.2 # 1.5.3 # 1.6.0 # 1.6.1 # 1.6.2 # 1.6.3 # 1.6.4 Unfortunately, these are the branches that I get after using git's svn import: jacob@jacob-laptop:~/workspace-gsoc/gwt/svn/user/super/com/google/gwt/emul/java$ git branch -a oophm opt_imgs_and_startup tags/1.3.1 tags/1.3.3 tags/1.3.3@288 tags/1.4.10 tags/1.4.59 tags/1.4.60 tags/1.4.60@1399 tags/1.4.61 tags/1.4.61@1504 tags/1.4.62 tags/1.4.62@2104 tags/1.5.0 tags/1.5.0@2941 tags/1.5.1 tags/1.5.1@3391 tags/1.5.2 tags/1.5.2@3587 trunk It is missing all of the tags after 1.5.2 I am using git version 1.5.4.3, from the Ubuntu 8.04 repo. I'm a git newb, so I expect I'm forgetting to pass in an extra flag or something, but I'd appreciate it if someone could point me in the right direction. Thanks, Jake -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html