Your message dated Tue, 17 Feb 2009 19:32:04 +0000
with message-id <[email protected]>
and subject line Bug#512325: fixed in bzr-svn 0.5.1-1
has caused the Debian Bug report #512325,
regarding bzr-svn: svn-import fails on a large SVN repository
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 [email protected]
immediately.)


-- 
512325: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512325
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bzr-svn
Version: 0.5.0~rc1+bzr2300-1
Severity: normal

This bug report is in two parts.  I include the first part only for
reference in case someone else stumbles across this report.

-----

First: what happens with 0.5.0~rc1+bzr2300-1 as of current
experimental.

,----
| gu...@mirexpress:~$ bzr svn-import --keep file:///home/guest/gforge-svnrepo 
gforge-bzrrepo
| Initialising Subversion metadata cache in 
/home/guest/.bazaar/svn-cache/c3c08832-fc22-4c88-9867-b2b84583e700
| Using repository layout: trunk0                                               
                                                                               
| bzr: ERROR: Unable to find file id for child 'editreleases.php' in 
'gforge/www/project/admin' in <RevisionMetadata for revision 999, path 
branches/Branch_gforge in repository 'c3c08832-fc22-4c88-9867-b2b84583e700'>.
| gu...@mirexpress:~$ svnlook youngest /home/guest/gforge-svnrepo
| 6773
| gu...@mirexpress:~$ svnlook diff -r 999 /home/guest/gforge-svnrepo | diffstat
|  INSTALL                                      |   93 +
|  README                                       |   22 
|  TARBALL                                      |  196 ---
| 
| [...]
| 
|  www/project/admin/editpackages.php.orig      |  187 +++
|  www/project/admin/editpackages.php.rej       |   43 
|  www/project/admin/editreleases.php           |  422 -------
|  www/project/admin/index.php                  |   10 
| 
| [...]
| 
|  170 files changed, 17959 insertions(+), 4676 deletions(-)
`----

It should be noted that the gforge/www/project/admin/editreleases.php
file is deleted by Subversion r999.

-----

Second: since it seems that bzr-svn has evolved recently, I branched
from the upstream repository into ~guest/.bazaar/plugins/svn (with
revision-info "2348 [email protected]")
and tried again (after removing gforge-bzrrepo).  The previous problem
seems to have been fixed, but I get another one:

,----
| gu...@mirexpress:~$ bzr svn-import --keep file:///home/guest/gforge-svnrepo 
gforge-bzrrepo
| Using repository layout: trunk0                                               
                                                                               
| bzr: ERROR: bzrlib.errors.NoSuchRevision: 
KnitPackRepository('file:///home/guest/gforge-bzrrepo/.bzr/repository/') has no 
revision ('svn-v3-trunk0:6d150e1c-e21c-0410-8b89-9ee68aed362b:trunk:6765',)
| 
| Traceback (most recent call last):
|   File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 893, in 
run_bzr_catch_errors
|     return run_bzr(argv)
|   File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 839, in 
run_bzr
|     ret = run(*run_argv)
|   File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 539, in 
run_argv_aliases
|     return self.run(**all_cmd_args)
|   File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 853, in 
ignore_pipe
|     result = func(*args, **kwargs)
|   File "/home/guest/.bazaar/plugins/svn/__init__.py", line 284, in run
|     to_revnum=to_revnum, prefix=prefix)
|   File "/home/guest/.bazaar/plugins/svn/convert.py", line 262, in 
convert_repository
|     inter.fetch(needed=revmetas)
|   File "/home/guest/.bazaar/plugins/svn/fetch.py", line 1067, in fetch
|     self._fetch_revisions(needed, pb, use_replay=use_replay)
|   File "/home/guest/.bazaar/plugins/svn/fetch.py", line 997, in 
_fetch_revisions
|     editor = self._get_editor(revmeta, mapping)
|   File "/home/guest/.bazaar/plugins/svn/fetch.py", line 936, in _get_editor
|     self._get_inventory(revmeta.get_lhs_parent_revid(mapping)),
|   File "/home/guest/.bazaar/plugins/svn/fetch.py", line 930, in _get_inventory
|     return self.target.get_inventory(revid)
|   File "/usr/lib/python2.5/site-packages/bzrlib/decorators.py", line 138, in 
read_locked
|     result = unbound(self, *args, **kwargs)
|   File "/usr/lib/python2.5/site-packages/bzrlib/repository.py", line 1663, in 
get_inventory
|     return self.iter_inventories([revision_id]).next()
|   File "/usr/lib/python2.5/site-packages/bzrlib/repository.py", line 1681, in 
_iter_inventories
|     for text, revision_id in self._iter_inventory_xmls(revision_ids):
|   File "/usr/lib/python2.5/site-packages/bzrlib/repository.py", line 1692, in 
_iter_inventory_xmls
|     raise errors.NoSuchRevision(self, record.key)
| NoSuchRevision: 
KnitPackRepository('file:///home/guest/gforge-bzrrepo/.bzr/repository/') has no 
revision ('svn-v3-trunk0:6d150e1c-e21c-0410-8b89-9ee68aed362b:trunk:6765',)
| 
| bzr 1.11rc1 on python 2.5.2 (linux2)
| arguments: ['/usr/bin/bzr', 'svn-import', '--keep', 
'file:///home/guest/gforge-svnrepo', 'gforge-bzrrepo']
| encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'fr_FR.UTF-8'
| plugins:
|   bzrtools             
/usr/lib/python2.5/site-packages/bzrlib/plugins/bzrtools [1.11]
|   gtk                  /usr/lib/python2.5/site-packages/bzrlib/plugins/gtk 
[0.96.0.dev.1]
|   launchpad            
/usr/lib/python2.5/site-packages/bzrlib/plugins/launchpad [unknown]
|   netrc_credential_store 
/usr/lib/python2.5/site-packages/bzrlib/plugins/netrc_credential_store [unknown]
|   rebase               /usr/lib/python2.5/site-packages/bzrlib/plugins/rebase 
[0.4.2]
|   svn                  /home/guest/.bazaar/plugins/svn [0.5rc1]
| *** Bazaar has encountered an internal error.
|     Please report a bug at https://bugs.launchpad.net/bzr/+filebug
|     including this traceback, and a description of what you
|     were doing when the error occurred.
`----

A copy of the Subversion repository (obtained through svnsync) can be
found at
http://www.placard.fr.eu.org/~roland/tmp/gforge-svnrepo.tar.bz2

Roland.

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bzr-svn depends on:
ii  bzr                         1.11~rc1-1   easy to use distributed version co
ii  libc6                       2.7-18       GNU C Library: Shared libraries
ii  libsvn1                     1.5.1dfsg1-2 Shared libraries used by Subversio
ii  python                      2.5.2-3      An interactive high-level object-o
ii  python-central              0.6.8        register and build utility for Pyt
ii  python-pysqlite2            2.5.0-2      Python interface to SQLite 3

Versions of packages bzr-svn recommends:
ii  bzr-rebase                    0.4.2-1    Rebase plugin for Bazaar

bzr-svn suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: bzr-svn
Source-Version: 0.5.1-1

We believe that the bug you reported is fixed in the latest version of
bzr-svn, which is due to be installed in the Debian FTP archive:

bzr-svn_0.5.1-1.diff.gz
  to pool/main/b/bzr-svn/bzr-svn_0.5.1-1.diff.gz
bzr-svn_0.5.1-1.dsc
  to pool/main/b/bzr-svn/bzr-svn_0.5.1-1.dsc
bzr-svn_0.5.1-1_all.deb
  to pool/main/b/bzr-svn/bzr-svn_0.5.1-1_all.deb
bzr-svn_0.5.1.orig.tar.gz
  to pool/main/b/bzr-svn/bzr-svn_0.5.1.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jelmer Vernooij <[email protected]> (supplier of updated bzr-svn package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 17 Feb 2009 20:15:11 +0100
Source: bzr-svn
Binary: bzr-svn
Architecture: source all
Version: 0.5.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian Bazaar Maintainers <[email protected]>
Changed-By: Jelmer Vernooij <[email protected]>
Description: 
 bzr-svn    - Bazaar plugin providing Subversion integration
Closes: 512325 513412
Changes: 
 bzr-svn (0.5.1-1) experimental; urgency=low
 .
   * New upstream release.
    + Improves performance on "wide" repositories. (Closes: #513412)
    + Handle repository UUID changes for round-tripped revisions.
      (Closes: #512325)
Checksums-Sha1: 
 7fe61ed2b67d7783fc2c7fe6f3e3f640c8651fac 1513 bzr-svn_0.5.1-1.dsc
 1946fa3bfa3d40479f73f7acbf7d3ea37fee58b7 232762 bzr-svn_0.5.1.orig.tar.gz
 faec5e80e6a75825b46edab59a4a340551a3edd1 4233 bzr-svn_0.5.1-1.diff.gz
 7c036d8f9db184264b22bf0eb0d507da3236617b 220878 bzr-svn_0.5.1-1_all.deb
Checksums-Sha256: 
 3d36c12f31997545f9a0006850e363ac35918e2fb5629cc11e4a59773524ee7d 1513 
bzr-svn_0.5.1-1.dsc
 e70443e292833e6680d4e982351e135deee129092e4fa4009e284e8423f9e252 232762 
bzr-svn_0.5.1.orig.tar.gz
 fa4c849c96894bece4bbafb319f034cc7a108688b6c449c336805a464cc8123d 4233 
bzr-svn_0.5.1-1.diff.gz
 0333c8e31eb2a40dd127a63a5ac06da1cfa7cc00a395d66ad374da334f030474 220878 
bzr-svn_0.5.1-1_all.deb
Files: 
 7a63420d34c846de7e52719f66a704be 1513 devel optional bzr-svn_0.5.1-1.dsc
 70690ab47caf60aa6af0b6879b0c7e5a 232762 devel optional 
bzr-svn_0.5.1.orig.tar.gz
 1ca6b2f786ea63c4eea21ec90643eb95 4233 devel optional bzr-svn_0.5.1-1.diff.gz
 4f10f7c4522c8c4680b28fb30667873e 220878 devel optional bzr-svn_0.5.1-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iJwEAQECAAYFAkmbDcQACgkQDLQl4QYPZuX3wAP/cGaVlW3IphRFHcgCB2spuDGW
5wnjKnu9QISx3E3kmbqcvAuriNClHcISqqhsLDdVm2njrkL4YKfUKbw/RkhBFPAd
gJzYmlWNU71k3v4NwCeg9ESt61VikdxEoiPfLoxn/j3xXlPUfMt8kVMywOgOG5CO
o46oEoop2Zbilt92OXY=
=/LIp
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to