Key error when trying to checkout SVN repository

Jelmer Vernooij jelmer at vernstok.nl
Fri Jun 5 04:23:04 BST 2009


Hi Dietrich,

Dietrich Bollmann wrote:
> Hi, 
>
> I got an error when trying to check out a SVN repository.
>
> I "fixed" the error using the following hack:
>
>
> --- /usr/share/pyshared/bzrlib/plugins/svn/transport.orig.dietrich20090603.py	2009-06-03 04:16:25.000000000 +0000
> +++ /usr/share/pyshared/bzrlib/plugins/svn/transport.py	2009-06-03
> 04:18:00.000000000 +0000
> @@ -83,7 +83,9 @@
>      # we try to use bzr svn on this transport
>      shared_connection = getattr(bzr_transport, "_shared_connection",
> None)
>      if shared_connection is not None:
> -        creds = shared_connection.credentials[0]
> +        # orig: creds = shared_connection.credentials[0]
> +        # dietrich:
> +        creds = None
>      else:
>          creds = None
>      ra_transport = SvnRaTransport(bzr_transport.base,
> credentials=creds)
>
>
> ...and could check out everything without problems (...beyond having to
> wait for the checkout to complete for incredibly 15 hours or so...).
>
> Is there some other way to supply the credentials (= is this my fault)
> or (is this a real bug and) should I write a bug report as I was asked
> to do by the error message?:
>   
This is a known bug, fixed in bzr-svn 0.6.0/0.6.1

Cheers,,

Jelmer



More information about the bazaar mailing list