How to upgrade bazaar server

This may look silly question but i have the following problem.

Everytime i create a branch or update something from LP- bazaar,
 i get this message.

Server is too old for streaming pull, reconnecting. (Upgrade the server to Bazaar 1.2 to avoid this)

What do i need to do here?

I updated my ppa.launchpad repository from etc/apt/sources.list.

Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Paul Hummer
Solved:
Last query:
Last reply:
Revision history for this message
Michael Hudson-Doyle (mwhudson) said :
#1

The error message is a bit wrong, it's just a detail of the smart protocol that has changed now we're running bzr 1.6 on the server side. If you upgrade your client to 1.6 (just released!) the message will go away.

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) said :
#2

Thanks for reply,

 Would you please tell me how do i upgrade that?
 any steps or procedure or link to follow?

Revision history for this message
Best Paul Hummer (rockstar) said :
#3

Jay-

  If you're using Ubuntu, as root, add the following line to /etc/apt/sources.list

deb http://ppa.launchpad.net/bzr/ubuntu hardy main

  Then apt-get update && apt-get upgrade

That should upgrade bzr to 1.6

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) said :
#4

Thanks.

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) said :
#5

Thanks Paul Hummer, that solved my question.