git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan Wielemaker <wielemak@science.uva.nl>
To: Git Mailing List <git@vger.kernel.org>
Subject: Workflow: split repository?
Date: Fri, 12 Oct 2007 14:21:39 +0200	[thread overview]
Message-ID: <200710121421.39159.wielemak@science.uva.nl> (raw)

Hi,

I've got a big active project, until yesterday managed using CVS. As
with any distributed academic research project the repository has become
a nice mess where most files are in the wrong place and there are
several almost independent sub-projects living in directories.

The plan is/was to

	* Convert everything to GIT (done, through cvs2svn)
	* Everyone keeps hacking on their bits, while one is starting
	to reorganise the structure by moving files and directories
	and changing import headers, and other file references in
	a GIT branch.
	* Now we merge the continued work and the reorganisation to
	end up with a nice clean hierarchy :-)
	* Split the big project into multiple projects.  One of the
	reasons is that we want to make part of them public.  Others
	we cannot publish as they contain copyrighted data.  I understand
	we can reunite them using GIT sub modules.

Does this make sense?

While splitting we want to *loose* history information for some of the
projects.  That is easy: simply create a new repository from the current
files.  For some however we would like to *preserve* the history.  This
means we would like to pick a hierarchy with its history.  After quite
a bit of reading, I get the impression this cannot be done.  Am I right?

Is the only way to create a GIT repositiory right away from a subset of
the CVS for which we want to preserve the history?

	Thanks --- Jan

             reply	other threads:[~2007-10-12 12:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-12 12:21 Jan Wielemaker [this message]
2007-10-12 14:30 ` Workflow: split repository? Jan Hudec
2007-10-12 14:57   ` Jan Wielemaker

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=200710121421.39159.wielemak@science.uva.nl \
    --to=wielemak@science.uva.nl \
    --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).