git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Incremental cvsimports
@ 2006-05-24  7:46 Geoff Russell
  2006-05-24  8:21 ` Martin Langhoff
  0 siblings, 1 reply; 10+ messages in thread
From: Geoff Russell @ 2006-05-24  7:46 UTC (permalink / raw)
  To: git

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2006-05-24 17:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-24  7:46 Incremental cvsimports Geoff Russell
2006-05-24  8:21 ` 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

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).