From: Johannes Schindelin <Johannes.Schindelin@gmx.de>
To: Jan Wielemaker <wielemak@science.uva.nl>
Cc: git@vger.kernel.org
Subject: Re: git filter-branch --subdirectory-filter error
Date: Mon, 22 Oct 2007 12:20:05 +0100 (BST) [thread overview]
Message-ID: <Pine.LNX.4.64.0710221218150.25221@racer.site> (raw)
In-Reply-To: <200710221227.13279.wielemak@science.uva.nl>
Hi,
On Mon, 22 Oct 2007, Jan Wielemaker wrote:
> Finished a big re-shuffle of a big project, while other developers
> continued. Worked really well. Thanks guys! But now I have two top
> directories and I want to create two new repositories, each containing
> one of these directories (because the one holds copyrighted data and we
> want the other to become public software). So, I happily run
>
> $ git filter-branch --subdirectory-filter RDF HEAD
>
> Where RDF is an existing directory. I get:
>
> Rewrite 95807fe01c39d3092e3ac3a98061711323154d77 (1/12)fatal: Not a valid
> object name 95807fe01c39d3092e3ac3a98061711323154d77:RDF
> Could not initialize the index
I guess that 95807fe01 is the parent of a commit adding the RDF/
directory.
The subdirectory filter does not look kindly upon a history where some
commits lack the subdirectory in question. However, this should work:
git filter-branch --subdirectory--filter RDF 95807fe01..HEAD
Hth,
Dscho
next prev parent reply other threads:[~2007-10-22 11:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-22 10:27 git filter-branch --subdirectory-filter error Jan Wielemaker
2007-10-22 11:20 ` Johannes Schindelin [this message]
2007-10-22 11:37 ` Jan Wielemaker
2007-10-22 13:44 ` Johannes Schindelin
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=Pine.LNX.4.64.0710221218150.25221@racer.site \
--to=johannes.schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=wielemak@science.uva.nl \
/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).