checkout error BusyBe.txt

Robert Collins robertc at robertcollins.net
Sun Sep 2 23:14:22 BST 2007


On Sat, 2007-08-25 at 14:18 +0800, Erwin Pacheco wrote:
> C:\Python24\Scripts>bzr checkout https://launchpad.net/busybe
> bzr: ERROR: Target directory "busybe" already exists.
> 
> C:\Python24\Scripts>bzr checkout https://launchpad.net/busybe busybe2
> bzr: ERROR: socket.error: (10054, 'Connection reset by peer')

>     data = self._sock.recv(recv_size)
> error: (10054, 'Connection reset by peer') 
> 
> bzr 0.18.0 on python 2.4.4.final.0 (win32)
> arguments: ['C:\\Python24\\Scripts\\bzr', 'checkout', 'https://launchpad.net/busybe', 'busybe2'] 

It looks like you are having connection errors. You can try to work
around this as follows:
bzr init busybe2
cd busybe2
# make it into a checkout
bzr bind https://launchpad.net/busybe
# get it up to date manually
bzr pull https://launchpad.net/busybe

If the pull errors in the same way you should be able to retry and have
it make incremental progress.

Cheers,
Rob
-- 
GPG key available at: <http://www.robertcollins.net/keys.txt>.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20070903/b7d4d282/attachment.pgp 


More information about the bazaar mailing list