From: Joshua Shrader <jshrader83@gmail.com>
To: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: Fixing branches from a (really messed up) subversion repository
Date: Tue, 15 Jun 2010 12:40:38 -0400 [thread overview]
Message-ID: <AANLkTim6pBqc1qQhvGrzmf5FDbVkfw1GmNP00BM_99n4@mail.gmail.com> (raw)
In-Reply-To: <AANLkTink-Rm44xnzBHVo6W_29YCPrjScnolqx_9B8A5G@mail.gmail.com>
Not quite sure if I understand correctly. Can Git import directly
from an SVN dump, or are you suggesting to essentially re-build the
svn repository correctly, and then import?
On Tue, Jun 15, 2010 at 12:29 PM, Ævar Arnfjörð Bjarmason
<avarab@gmail.com> wrote:
> On Tue, Jun 15, 2010 at 16:26, Joshua Shrader <jshrader83@gmail.com> wrote:
>> I've finally convinced my project to switch to Git... However, when
>> my project first began, the people responsible for branching/tagging
>> were fairly unfamiliar with standard procedures. As such, the
>> beginnings of our repository look a little something like this:
>>
>> .
>> `----project
>> |
>> `branch1
>> | |
>> | `----project
>> | `src
>> `branch2
>> | |
>> | `----project
>> | `src
>> `src
>>
>> That is, the branches were essentially inside the trunk. In order to
>> check out the "mainline" of development, you also got all of the
>> branches. After a few branches, they realized that this was a
>> problem, and someone found out about the trunk/branches/tags paradigm.
>> Our branches were svn mv'd to separate directories under "branches",
>> and all was well. Now everything looked like a sane version control
>> repository.
>>
>> Now, we want to import this into Git. I tried git svn import
>> --stdlayout..., but this just stalled. I'm assuming because the first
>> version didn't have a trunk/branches/tags structure. So, I had to
>> import it leaving off the --stdlayout option. Is there any way to
>> manually fix this in Git? After the import is complete, my master
>> branch will have a trunk, branches, and tags directory in it. Can I
>> create real branches out of the directories under the branches
>> directory and then remove them from master?
>>
>> Any help is greatly appreciated. I've been hoping for a while that
>> we'd switch to Git, and I don't want this to hang us up.
>
> I have the same problem on another project, and after looking at the
> components involved it seems that the easiest way is to filter the SVN
> dump, then import it into Git.
>
> It's quite easy to write a filter with SVN::Dump that does this,
> i.e. just do a few string replacements on the paths before a given
> revision, and drop the revision where you moved things.
>
> A lot easier than convincing git-svn to do what you want, anyway.
>
next prev parent reply other threads:[~2010-06-15 17:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-15 16:26 Fixing branches from a (really messed up) subversion repository Joshua Shrader
2010-06-15 16:29 ` Ævar Arnfjörð Bjarmason
2010-06-15 16:40 ` Joshua Shrader [this message]
2010-06-15 16:42 ` Ævar Arnfjörð Bjarmason
[not found] ` <AANLkTingIuZQ8BB9NW0UpGt7a9uccnBX0_R7YZwJpVsd@mail.gmail.com>
2010-06-18 21:01 ` Ævar Arnfjörð Bjarmason
2010-06-18 21:40 ` Joshua Shrader
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=AANLkTim6pBqc1qQhvGrzmf5FDbVkfw1GmNP00BM_99n4@mail.gmail.com \
--to=jshrader83@gmail.com \
--cc=avarab@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).