On 2008.09.19 14:35:07 +0200, Michael J Gruber wrote: > Xavier Claessens venit, vidit, dixit 19.09.2008 12:15: > > I created a git repository using "git-svn clone <url>" a long time ago. > > But now I realise that I don't get SVN branches into my git repository. > > I see that the doc tells to use "git clone -t tags -b branches -T trunk > > <url>" to create the repository. If I create a new repository with that > > command, I get branches and tags. > > > > However I have lots of contributors having branches based on my git > > repository. Is there a way to add SVN branch to my existing git repo? > > If you haven't use those options back then, then what was the svn repo > structure - no trunk, just main? > Did you change the structure now? No, he was just using "git svn clone svn://host/repo/trunk", ie. single branch tracking. We solved that on #git, adjusting the url and fetch line, as well as adding the branches and tags line in the svn-remote section in the config. Björn -- 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