git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Problem with git filter-branch
@ 2008-10-25  9:33 Pascal Obry
  2008-10-25 20:36 ` Johannes Schindelin
  0 siblings, 1 reply; 5+ messages in thread
From: Pascal Obry @ 2008-10-25  9:33 UTC (permalink / raw)
  To: git list


I'm using Git svn but I do not think this matters.

I'm used to add manually some branches from the Subversion repository. I
usually fetch the branch without following the parent then connect the
branch to the proper branch point (I really need to do this as the
Subversion repository structure is not following the standard layout).

Anyway, I used to run the following command:

$ git filter-branch --tag-name-filter cat --parent-filter "sed -e
's/^$/-p c96d4da294667de1800687d25340551683153002/'" svn-release_2_6

without problem, I now get this:

Namespace refs/original/ not empty
rm: cannot remove directory
`/home/obry/dev/repositories/git/proj/.git-rewrite': Directory not empty

The .git-rewrite is empty and when the command return I can do:

$ rmdir .git-rewrite

without problem.

Is this is known issue? Any idea?

Thanks,
Pascal.

-- 

--|------------------------------------------------------
--| Pascal Obry                           Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--|              http://www.obry.net
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595

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

end of thread, other threads:[~2008-10-26  5:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-25  9:33 Problem with git filter-branch Pascal Obry
2008-10-25 20:36 ` Johannes Schindelin
2008-10-25 20:40   ` Mike Hommey
2008-10-25 20:55   ` Pascal Obry
2008-10-26  5:07   ` 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).