bzr-svn failure on branch/import
Jelmer Vernooij
jelmer at sernet.de
Mon Aug 6 13:42:31 BST 2007
Hi John,
On Sun, 2007-08-05 at 16:45 -0700, John Whitley wrote:
> 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
Not sure why that's happening - There are still a couple of problems
with Subversion over http that I haven't been able to fix. See bug 80553
for details (https://bugs.launchpad.net/bugs/80553)
Cheers,
Jelmer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 307 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20070806/67f3e3b5/attachment.pgp
More information about the bazaar
mailing list