git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Merging/joining two repos (repo2 should be a subdirectory of repo1)
@ 2012-09-30 15:17 Dirk Süsserott
       [not found] ` <1349018675-ner-5178@calvin>
       [not found] ` <269806202.iK1l2OpKr4@blacky>
  0 siblings, 2 replies; 5+ messages in thread
From: Dirk Süsserott @ 2012-09-30 15:17 UTC (permalink / raw)
  To: Git Mailing List

Hi!

I have repo1 with ~4 years of history and another repo2 with ~1 year of
history, both of which I don't want to loose. Now I want to join them so
that repo2 becomes a subdirectory whithin repo1, including all the
history of repo2.

A simple git-merge won't do because both repos have some same files (at
least e.g. .gitignore) in their root directories. Of course I could
resolve the conflicts, but I don't want that.

My naive approach is "move everything in $repo2 one directory below" and
then "merge $repo2 into $repo1". Actually I wouldn' call that a "merge"
but an "import".

I know of "git filter-branch --subdirectory-filter foodir" but that's
just the opposite of what I need.

Is there a nifty trick to get this? Or will I have to do "git
filter-branch --tree-filter 'mkdir subdir && git mv * subdir' --all" on
$repo2 and then "git merge $repo2" in $repo1?

Thanks in advance
Dirk

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

end of thread, other threads:[~2012-10-03 12:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-30 15:17 Merging/joining two repos (repo2 should be a subdirectory of repo1) Dirk Süsserott
     [not found] ` <1349018675-ner-5178@calvin>
2012-09-30 15:32   ` Dirk Süsserott
2012-09-30 20:44     ` David Aguilar
2012-10-03 12:52       ` Dirk Süsserott
     [not found] ` <269806202.iK1l2OpKr4@blacky>
2012-09-30 15:38   ` Dirk Süsserott

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).