Comment 4 for bug 80553

Revision history for this message
John Whitley (whitley) wrote :

Using bzr.dev (pre-0.19, revno 2671) and bzr-svn 0.4.0, I'm seeing this error with these commands on the public repository for the Typo blogging software (http://www.typosphere.org/):

bzr svn-import http://svn.typosphere.org/typo

bzr branch http://svn.typosphere.org/typo/branches/branch_4_1

It's probably worth contacting the Typo developers to see if you can get details of their SVN HTTP setup.

----- Other platform notes
subversion and svn python bindings from svn 1.5.0 revno 25951
OS X 10.4.10, Intel
Python 2.5.1 from MacPorts

----- Exception traceback
>> 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 <email address hidden>