git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Geoff Russell" <geoffrey.russell@gmail.com>
To: git@vger.kernel.org
Subject: Incremental cvsimports
Date: Wed, 24 May 2006 17:16:57 +0930	[thread overview]
Message-ID: <93c3eada0605240046t10e00119n4cfc39ec33fe1d92@mail.gmail.com> (raw)

Dear Git,

I have a 3Gb repository (10 years of history) which I want to import into git.

I have tested little pieces of that and a 23Mb directory expands to 120Mb prior
to packing/pruning.  Therefore I don't have a big enough disk to import the
whole repository at once. So I figure I could do it in pieces with a pack after
each piece.

So I tried something like:

 1.      $ git cvsimport  -o austrics -v -d /cvsroot -C /GitRepo /cvsroot/A

followed by

 2.     $ git cvsimport  -o austrics -v -d /cvsroot -C /GitRepo /cvsroot/B

After 1, /GitRepo/.git is set up but /GitRepo has the members of A,
not A itself.
After 2, /GitRepo also has members of B. This isn't quite what I wanted!

Is there a way to do this?

Cheers,
Geoff Russell

             reply	other threads:[~2006-05-24  7:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-24  7:46 Geoff Russell [this message]
2006-05-24  8:21 ` Incremental cvsimports Martin Langhoff
2006-05-24  8:25   ` Martin Langhoff
2006-05-24 11:19   ` Geoff Russell
2006-05-24 12:22     ` Jeff King
2006-05-24 12:33       ` Geoff Russell
2006-05-24 13:23         ` Jeff King
2006-05-24 13:47           ` Geoff Russell
2006-05-24 13:58             ` Jeff King
2006-05-24 17:05               ` Junio C Hamano

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=93c3eada0605240046t10e00119n4cfc39ec33fe1d92@mail.gmail.com \
    --to=geoffrey.russell@gmail.com \
    --cc=geoff@austrics.com.au \
    --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).