Failiure to import the xine-lib_1.1.5 tarball

Reinhard Tartler siretart at tauware.de
Sun May 6 16:46:33 BST 2007


Hi Folks,

I've been trying to import a tarball using the 'import' command from
bzrtools. It failed for me for the xine-lib 1.1.5 tarball, which can be
found at
http://snapshot.debian.net/archive/2007/04/12/debian/pool/main/x/xine-lib/xine-lib_1.1.5.orig.tar.gz

I showed the problem to lifeless, and he asked me to post me this patch,
he applied to my local tree

=== modified file 'upstream_import.py'
--- upstream_import.py  2006-08-08 02:29:34 +0000
+++ upstream_import.py  2007-05-06 13:46:34 +0000
@@ -125,6 +125,7 @@
     new = added.difference(removed)
     deleted = removed.difference(added)
     tree.add(sorted(new))
+    tree.flush()
     tree.remove(sorted(deleted, reverse=True))
 


With this patch applied, it didn't crash for me. However, it didn't
commit my changes either: 'bzr log' doesn't show any revisions.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4




More information about the bazaar mailing list