[bzr-svn] Checkout over https fails (bug 185574?)
Staffan Gimåker
staffan at gimaker.se
Tue May 27 14:31:05 BST 2008
Hello all,
I've long been contemplating switching my projects over to Bazaar, and as a
first step in that direction I'm now trying to use bzr-svn to work with an
existing subversion repository.
It grinds away for some time and then dies with the error message found at the
end of this e-mail. It appears that I'm hitting this bug:
https://bugs.launchpad.net/bzr-svn/+bug/185574
Which is still listed as open -- I thought maybe my problems, and repository,
might be of helping in finding the culprit, since it's publicly available.
The Apache logs also contain some errors which seem to be related:
[Tue May 27 15:11:50 2008] [error] [client XXX.XXX.XXX.XXX] A failure occurred
while driving the update report editor [500, #160004]
[Tue May 27 15:11:50 2008] [error] [client XXX.XXX.XXX.XXX] Checksum mismatch
while reading representation:\n expected:
c50a25e600bd8b846fbb87b7b45adc83\n actual:
9125e69002dd3166cafb81bc13727317\n [500, #160004]
/Staffan
staffan at june:~/peekabot/bzr-svn$ bzr co https://svn.peekabot.org/trunk
peekabot
Initialising Subversion metadata cache
in /home/staffan/.bazaar/svn-cache/db7a5194-a20d-0410-a199-b0e8ad425271
bzr: ERROR: libsvn._core.SubversionException: ("REPORT request failed
on '/!svn/vcc/default'", 175002)
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 834, in
run_bzr_catch_errors
return run_bzr(argv)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 790, in
run_bzr
ret = run(*run_argv)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 492, in
run_argv_aliases
return self.run(**all_cmd_args)
File "/usr/lib/python2.5/site-packages/bzrlib/builtins.py", line 1012, in
run
accelerator_tree, hardlink)
File "/usr/lib/python2.5/site-packages/bzrlib/plugins/svn/branch.py", line
193, in create_checkout
return self._create_heavyweight_checkout(to_location, revision_id,
hardlink=hardlink)
File "/usr/lib/python2.5/site-packages/bzrlib/plugins/svn/branch.py", line
146, in _create_heavyweight_checkout
checkout_branch.pull(self, stop_revision=revision_id)
File "/usr/lib/python2.5/site-packages/bzrlib/decorators.py", line 165, in
write_locked
return unbound(self, *args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/branch.py", line 1714, in pull
run_hooks=run_hooks)
File "/usr/lib/python2.5/site-packages/bzrlib/decorators.py", line 165, in
write_locked
return unbound(self, *args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/branch.py", line 1513, in pull
self.update_revisions(source, stop_revision, overwrite=overwrite)
File "/usr/lib/python2.5/site-packages/bzrlib/decorators.py", line 165, in
write_locked
return unbound(self, *args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/branch.py", line 1465, in
update_revisions
self.fetch(other, stop_revision)
File "/usr/lib/python2.5/site-packages/bzrlib/decorators.py", line 165, in
write_locked
return unbound(self, *args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/branch.py", line 266, in fetch
pb=nested_pb)
File "/usr/lib/python2.5/site-packages/bzrlib/repository.py", line 949, in
fetch
return inter.fetch(revision_id=revision_id, pb=pb,
find_ghosts=find_ghosts)
File "/usr/lib/python2.5/site-packages/bzrlib/plugins/svn/fetch.py", line
704, in fetch
self._fetch_switch(needed, pb, lhs_parent)
File "/usr/lib/python2.5/site-packages/bzrlib/plugins/svn/fetch.py", line
661, in _fetch_switch
reporter.finish_report(pool)
File "/usr/lib/python2.5/site-packages/bzrlib/plugins/svn/errors.py", line
119, in convert
raise convert_error(e)
SubversionException: ("REPORT request failed on '/!svn/vcc/default'", 175002)
bzr 1.3.1 on python 2.5.2.final.0 (linux2)
arguments:
['/usr/bin/bzr', 'co', 'https://svn.peekabot.org/trunk', 'peekabot']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'
plugins:
launchpad /usr/lib/python2.5/site-packages/bzrlib/plugins/launchpad
[unknown]
svn /usr/lib/python2.5/site-packages/bzrlib/plugins/svn
[0.4.9]
*** 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.
staffan at june:~/peekabot/bzr-svn$
More information about the bazaar
mailing list