git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git filter-branch --subdirectory-filter
@ 2008-05-09  1:01 James Sadler
  2008-05-09  1:33 ` Jeff King
  0 siblings, 1 reply; 10+ messages in thread
From: James Sadler @ 2008-05-09  1:01 UTC (permalink / raw)
  To: git

Hi All,

I have some issues with git filter-branch.

I have a git repository that I wish to split into multiple seperate
repositories for each logical
module that it contains. Each logical module is already in its own
directory at the root of the repo.

My experiments with 'git filter-branch' have been *partially* successful.

To extract a module into its own repo, I first copied the original
repo (this was a simple cp -r,
as it seemed to be the simplest way as git clone doesn't get all the branches)
and ran filter-branch with a --commit-filter to skip commits that were
irrelevant to th subdir.

That step worked just fine.

The next pass was to 'hoist' the contents of the subdir in the new
repo into the root dir.
I thought I could do this with a --subdirectory-filter argument to
filter-branch, except when I do
this, I loose tons of commits.  (The working tree is correct, i.e. the
same as the original repo
working tree, but the history is screwed).

Anybody have any idea what I am doing wrong?  If it can't be done with
--subdirectory-filter can
it be done with the 'subtree' merge strategy somehow?

Cheers,
-- 
James

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

end of thread, other threads:[~2008-05-10 11:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-09  1:01 git filter-branch --subdirectory-filter James Sadler
2008-05-09  1:33 ` Jeff King
2008-05-09  7:38   ` James Sadler
2008-05-09  7:57     ` Johannes Sixt
2008-05-09  8:00     ` Jeff King
2008-05-10  3:31       ` James Sadler
2008-05-10  5:53         ` Jeff King
2008-05-10  7:10           ` James Sadler
2008-05-10 11:38           ` James Sadler
2008-05-10 11:44             ` Jeff King

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