bzr too slow

John Arbash Meinel john at arbash-meinel.com
Tue Jan 10 17:06:01 GMT 2006


David Allouche wrote:
> On Tue, 2006-01-10 at 10:02 -0600, John Arbash Meinel wrote:
> 
>>>http://ddaa.net/bazaar/bzr.ddaa
>>
>>I'm getting 'HTTP Error 403: Forbidden' whenever I try to download from
>>that link.
>>
>>Is it just a permissions issue?
> 
> 
> I can do "bzr get http://ddaa.net/bazaar/bzr.ddaa" without problem.
> 
> The branch is not browsable, intentionally, to prevent email harvesters
> from crawling it.

Well, I'm doing:

$ bzr pull --overwrite --remember -v http://ddaa.net/bazaar/bzr.ddaa
bzr: ERROR: urllib2.HTTPError: HTTP Error 403: Forbidden
  at /usr/lib/python2.4/urllib2.py line 480
  in http_error_default

It does seem to connect for a brief second, but once it starts
downloading files it fails.

The full traceback just shows that it is failing somewhere in store.get()

Changing http.py to raise PermissionDenied on code 403 gives me:
bzr: ERROR: Permission denied:
u'http://ddaa.net/bazaar/bzr.ddaa/.bzr/revision-store/david.allouche%40canonical.com-20060110142355-576ecce1b057166d':
HTTP Error 403: Forbidden

I'm not sure what is wrong past that point.
John
=:->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 256 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060110/7c4970e8/attachment.pgp 


More information about the bazaar mailing list