← Back to team overview

calibre-devs team mailing list archive

bzr repository problem?

 

Hi!

I'm trying to do my first bzr send, and I'm getting the following:

andreas@andi-lap:~/private/calibre/calibre$ bzr send -o /tmp/test.patch
Using saved location "http://bzr.kovidgoyal.net/code/calibre/trunk"; to determine what changes to submit.
http://bzr.kovidgoyal.net/code/calibre/ is permanently redirected to 
bzr: ERROR: No repository present:
"http://bzr.kovidgoyal.net/code/calibre/trunk/";

Now, I've tried the following (the second wget is only as a contrast):

andreas@andi-lap:~/private/calibre/calibre$ wget -O /dev/null -S http://bzr.kovidgoyal.net/code/calibre/trunk/
--2009-01-04 02:34:04--  http://bzr.kovidgoyal.net/code/calibre/trunk/
Auflösen des Hostnamen »bzr.kovidgoyal.net«.... 209.20.65.15
Verbindungsaufbau zu bzr.kovidgoyal.net|209.20.65.15|:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 
  HTTP/1.1 403 Forbidden
  Date: Sun, 04 Jan 2009 01:34:13 GMT
  Server: Apache
  Content-Length: 289
  Keep-Alive: timeout=15, max=100
  Connection: Keep-Alive
  Content-Type: text/html; charset=iso-8859-1
2009-01-04 02:34:05 FEHLER 403: Forbidden.

andreas@andi-lap:~/private/calibre/calibre$ wget -O /dev/null -S http://bazaar-vcs.org/bzr/bzr.dev
--2009-01-04 02:35:14--  http://bazaar-vcs.org/bzr/bzr.dev
Auflösen des Hostnamen »bazaar-vcs.org«.... 91.189.90.161
Verbindungsaufbau zu bazaar-vcs.org|91.189.90.161|:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 
  HTTP/1.1 301 Moved Permanently
  Date: Sun, 04 Jan 2009 01:35:23 GMT
  Server: Apache/2.0.55 (Ubuntu) mod_python/3.1.4 Python/2.4.3 mod_ssl/2.0.55 OpenSSL/0.9.8a
  Location: http://bazaar-vcs.org/bzr/bzr.dev/
  Content-Length: 242
  Keep-Alive: timeout=15, max=100
  Connection: Keep-Alive
  Content-Type: text/html; charset=iso-8859-1
Platz: http://bazaar-vcs.org/bzr/bzr.dev/ [folge]
--2009-01-04 02:35:15--  http://bazaar-vcs.org/bzr/bzr.dev/
Wiederverwendung der bestehenden Verbindung zu bazaar-vcs.org:80.
HTTP Anforderung gesendet, warte auf Antwort... 
  HTTP/1.1 200 OK
  Date: Sun, 04 Jan 2009 01:35:23 GMT
  Server: Apache/2.0.55 (Ubuntu) mod_python/3.1.4 Python/2.4.3 mod_ssl/2.0.55 OpenSSL/0.9.8a
  Content-Length: 2688
  Keep-Alive: timeout=15, max=99
  Connection: Keep-Alive
  Content-Type: text/html;charset=ISO-8859-1
Länge: 2688 (2,6K) [text/html]
In »/dev/null« speichern.

100%[===================================================================================================>] 2.688       --.-K/s   in 0s      

2009-01-04 02:35:15 (7,29 MB/s) - »/dev/null« gespeichert [2688/2688]

While doing the initial bzr branch, it did complain a number of times that the repo has moved to "empty string", but in the end did the operation, so I wonder why it does not work for send.

Andreas



Follow ups