Thanks for your response. I'm sorry that I missed it in the documentation. I'm trying using --branches twice but the init command that the -v option returns would seem to indicate that "--branches branches" isn't being picked up. pocadmin@usd-ubuntu-poc:~/pocc4core$ svn2git -v --trunk sspg --branches branches --branches REbranches --tags tags http://poc.emc.com/svn/repos/pocc4core/c4 Running command: git svn init --no-metadata --trunk=sspg --tags=tags --branches=REbranches http://poc.emc.com/svn/repos/pocc4core/c4 Initialized empty Git repository in /home/pocadmin/pocc4core/.git/ Using higher level of URL: http://poc.emc.com/svn/repos/pocc4core/c4 => http://poc.emc.com/svn/repos/pocc4core Running command: git svn fetch The conversion completed overnight and only REbranches was converted. Nothing under branches was converted. Assuming my syntax is correct is there anything else that's obviously wrong? Thanks again. -----Original Message----- From: git-owner@xxxxxxxxxxxxxxx [mailto:git-owner@xxxxxxxxxxxxxxx] On Behalf Of Jan Krüger Sent: Thursday, September 30, 2010 10:08 AM To: Ring, Nolan Cc: git@xxxxxxxxxxxxxxx Subject: Re: Svn2git: question about --branches Hi, --- nolan.ring@xxxxxxx <nolan.ring@xxxxxxx> wrote: > Our svn directory structure at the top level is: > [...] > branches > REbranches > [...] > Branches is developer branches; REbranches is release engineering > branches. Is there any way to specify both using --branches? Yep... just use --branches twice. The documentation for these options even mentions that you can do that, actually. Just saying. :) -Jan -- 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 -- 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