bzr-svn failure on branch/import
John Whitley
whitley at acm.org
Mon Aug 6 00:45:22 BST 2007
I'm having a touch of trouble with bzr-svn against a particular
repository that svn checkout works fine with:
>> bzr svn-import http://svn.typosphere.org/typo
bzr: ERROR: libsvn._core.SubversionException: ("PROPFIND request
failed on '/typo'", 175011)
Traceback (most recent call last):
File "/Users/whitley/src/bzr/dev/bzrlib/commands.py", line 729, in
run_bzr_catch_errors
return run_bzr(argv)
File "/Users/whitley/src/bzr/dev/bzrlib/commands.py", line 691, in
run_bzr
ret = run(*run_argv)
File "/Users/whitley/src/bzr/dev/bzrlib/commands.py", line 389, in
run_argv_aliases
return self.run(**all_cmd_args)
File "/Users/whitley/src/bzr/dev/bzrlib/commands.py", line 701, in
ignore_pipe
result = func(*args, **kwargs)
File "/Users/whitley/.bazaar/plugins/bzrsvn/__init__.py", line
188, in run
from_dir = BzrDir.open(from_location)
File "/Users/whitley/src/bzr/dev/bzrlib/bzrdir.py", line 531, in open
return BzrDir.open_from_transport(t, _unsupported=_unsupported)
File "/Users/whitley/src/bzr/dev/bzrlib/bzrdir.py", line 573, in
open_from_transport
return format.open(transport, _found=True)
File "/Users/whitley/src/bzr/dev/bzrlib/bzrdir.py", line 1378, in
open
return self._open(transport)
File "/Users/whitley/.bazaar/plugins/bzrsvn/format.py", line 202,
in _open
return SvnRemoteAccess(transport, self)
File "/Users/whitley/.bazaar/plugins/bzrsvn/format.py", line 55,
in __init__
self.svn_root_url = _transport.get_repos_root()
File "/Users/whitley/.bazaar/plugins/bzrsvn/errors.py", line 54,
in convert
raise convert_error(e)
SubversionException: ("PROPFIND request failed on '/typo'", 175011)
bzr 0.19.0dev0 on python 2.5.1.final.0 (darwin)
arguments: ['/Users/whitley/local/bin/bzr', 'svn-import', 'http://
svn.typosphere.org/typo']
** please send this report to bazaar at lists.ubuntu.com
I also get the same error via branch instead of svn-import:
>> bzr branch http://svn.typosphere.org/typo/branches/branch_4_1
A Subversion checkout from the above SVN repo works just fine.
Other information:
bzr.dev revno 2671
bzr-svn 0.4.0
subversion and svn python bindings from svn 1.5.0 revno 25951
That said, enormous kudos to Jelmer (and the rest of the Bazaar team
and contributors)... as this now works wonderfully:
bzr svn-import http://code.whytheluckystiff.net/svn/redcloth
Very, very nifty.
-- John
More information about the bazaar
mailing list