[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#727794: marked as done (bzr-fastimport: failed on Obnam: gets renames in wrong order)



Your message dated Mon, 21 Apr 2014 13:50:10 +0000
with message-id <[🔎] E1WcEbq-0002XY-C3@franck.debian.org>
and subject line Bug#742416: Removed package(s) from unstable
has caused the Debian Bug report #727794,
regarding bzr-fastimport: failed on Obnam: gets renames in wrong order
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
727794: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727794
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: bzr-fastimport
Version: 0.13.0-2

I have used bzr for Obnam: the trunk branch is at
http://code.liw.fi/obnam/bzr/trunk/

I wanted to convert this to git, so I ran:

  bzr fast-export > ../trunk.fi

And then, in a new, empty git repo:

  mkdir obnam
  cd obnam
  git init
  git fast-import < ../trunk.fi

This failed:

  Initialized empty Git repository in /home/liw/obnam/x/.git/
  fatal: Path obnam/__init__.py not in branch
  fast-import: dumping crash report to .git/fast_import_crash_29810

After some debugging, I traced this to a commit that did, effectively,
this:

  mv obnam obnamlib
  mv cli.py obnam

The generated trunk.fi file tries to do the two operations in the
opposite order, resulting in a confused git fast-import. I worked
around this by manually editing trunk.fi and moving the "R ... cli.py
obnam" line _after_ all the lines that rename/delete obnam/* files.
After this, git fast-import was happy.

The bzr branch above is still available, and the problem is fully
reproducible.

-- 
http://www.cafepress.com/trunktees -- geeky funny T-shirts
http://gtdfh.branchable.com/ -- GTD for hackers

--- End Message ---
--- Begin Message ---
Version: 0.13.0-4+rm

Dear submitter,

as the package bzr-fastimport has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/742416

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Ansgar Burchardt (the ftpmaster behind the curtain)

--- End Message ---

Reply to: