How to upgrade remote branch in launchpad?

Matt Nordhoff mnordhoff at mattnordhoff.com
Sat Aug 23 17:27:41 BST 2008


Ben Lau wrote:
> On Sat, Aug 23, 2008 at 9:43 PM, Daniel Watkins
> <daniel at daniel-watkins.co.uk> wrote:
>> On Sat, 23 Aug 2008 21:30:11 +0800
>> "Ben Lau" <xbenlau at gmail.com> wrote:
>>>   How can I upgrade the remote branch in launchpad?
>> Use ``bzr upgrade <URL>``, where <URL> in this case will be where you
>> are attempting to push the branch.
>>
>>
>> Dan
>> --
>> Daniel Watkins (Odd_Bloke)
>>
> 
> Hi Dan,
> 
> Thanks for reply , but it do not work.
> 
> $ bzr upgrade  lp:rvtk
> Format <RepositoryFormatKnit1> for
> lp-140211244:///~benlau/rvtk/trunk/.bzr is deprecated - please use
> 'bzr upgrade' to get better performance
> bzr: ERROR: The branch format Bazaar-NG meta directory, format 1 is
> already at the most recent format.
> 
> (I am using bzr 1.5)

This is just a guess, but it might help if you try to upgrade over sftp:

$ bzr upgrade sftp://benlau@bazaar.launchpad.net/~benlau/rvtk/trunk/

(or so)

Support for upgrading over bzr+ssh was only added during the 1.6 cycle,
I think.
-- 



More information about the bazaar mailing list