* Svn2git: question about --branches
@ 2010-09-30 11:49 nolan.ring
2010-09-30 14:07 ` Jan Krüger
0 siblings, 1 reply; 3+ messages in thread
From: nolan.ring @ 2010-09-30 11:49 UTC (permalink / raw)
To: git
Hi,
Our svn directory structure at the top level is:
trunk
branches
REbranches
tags
Branches is developer branches; REbranches is release engineering branches. Is there any way to specify both using --branches? If not, what's the best way to convert both of them?
Thanks much for your help.
Nolan Ring
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Svn2git: question about --branches
2010-09-30 11:49 Svn2git: question about --branches nolan.ring
@ 2010-09-30 14:07 ` Jan Krüger
2010-10-01 11:24 ` nolan.ring
0 siblings, 1 reply; 3+ messages in thread
From: Jan Krüger @ 2010-09-30 14:07 UTC (permalink / raw)
To: nolan.ring; +Cc: git
Hi,
--- nolan.ring@emc.com <nolan.ring@emc.com> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: Svn2git: question about --branches
2010-09-30 14:07 ` Jan Krüger
@ 2010-10-01 11:24 ` nolan.ring
0 siblings, 0 replies; 3+ messages in thread
From: nolan.ring @ 2010-10-01 11:24 UTC (permalink / raw)
To: jk; +Cc: git
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@vger.kernel.org [mailto:git-owner@vger.kernel.org] On Behalf Of Jan Krüger
Sent: Thursday, September 30, 2010 10:08 AM
To: Ring, Nolan
Cc: git@vger.kernel.org
Subject: Re: Svn2git: question about --branches
Hi,
--- nolan.ring@emc.com <nolan.ring@emc.com> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-10-01 11:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30 11:49 Svn2git: question about --branches nolan.ring
2010-09-30 14:07 ` Jan Krüger
2010-10-01 11:24 ` nolan.ring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).