git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Best way to re-do a CVS repository with git?
@ 2008-04-17  2:37 skillzero
  2008-04-19  8:23 ` Jakub Narebski
  0 siblings, 1 reply; 4+ messages in thread
From: skillzero @ 2008-04-17  2:37 UTC (permalink / raw)
  To: git

I have a large CVS repository (1.5 GB without its history) that I'd
like to convert to git, but I'm not sure about the right way to set it
up. If I need to change the way I'm thinking about source code
management, that's fine too, but here's what I have today in a single
CVS repository:

MyProject
   Apps                 # Only apps people use this.
   Common               # Everyone uses this.
   Firmware             # Only firmware people use this.
   External/ProjectA    # Only app people use this.
   External/ProjectB    # Everyone uses this.
   External/ProjectC    # Only firmware people use this. This is 1 GB
of code by itself.

I manage this today with CVS modules, one for apps people and one for
firmware people (and another CVS module with everything for people
like me that work on both).

I initially thought I'd create separate git repositories for each
piece, but I'm not sure how that would work when it comes to tagging
an entire release (i.e. a tag that spans multiple repositories). Or
how it would handle a git repository within a directory managed by
another git repository.

What's the best way to set up something like this with git?

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

end of thread, other threads:[~2008-04-19 22:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-17  2:37 Best way to re-do a CVS repository with git? skillzero
2008-04-19  8:23 ` Jakub Narebski
2008-04-19 19:47   ` skillzero
2008-04-19 22:49     ` Jakub Narebski

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