Comment 6 for bug 494522

Revision history for this message
Martitza (martitzam) wrote : Re: [Bug 494522] [NEW] "bzr update" command does not work

John, your idea is clever. Maybe too clever. I believe there has
been much discussion of confused expectations of the distinction
between branches and checkouts in the past. Your idea has the
potential to further blur that line in the mind of the new user.

On 12/9/09, John A Meinel <email address hidden> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Gordon Tyler wrote:
>> Sorry, that first line should read: As for why "update" does work, the
>> description of the update command...
>>
>
> To put another way
>
> If you use "bzr branch" then to get the latest version from launchpad,
> you need to do "bzr pull".
>
> If you wanted a checkout, then you could have done "bzr checkout lp..."
> and then "bzr update" would pull in the latest version from tip.
>
> Arguably we could check if
>
> 1) The tree is already 'up-to-date'
> 2) And the tree is colocated with its branch
> 3) And then mention that what you may have meant was 'bzr pull'
>
> status confirmed
> importance low
> tags doc easy
>
> John
> =:->
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (Cygwin)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEUEARECAAYFAksf4I8ACgkQJdeBCYSNAAMamgCaAov9Tly6kKqhMyA42CQy25nT
> +WkAlRzivcn7LCHeSoIYnYzJx2Cv6aQ=
> =Frt8
> -----END PGP SIGNATURE-----
>
> ** Changed in: bzr
> Status: Incomplete => Confirmed
>
> --
> "bzr update" command does not work
> https://bugs.launchpad.net/bugs/494522
> You received this bug notification because you are a member of bzr-qa,
> which is subscribed to Bazaar.
>
> Status in Bazaar Version Control System: Confirmed
> Status in Kabikaboo: Confirmed
>
> Bug description:
> This is hands down the most frustrating thing about using Bazaar.
>
> It is easy to replicate on one of my launchpad projects. Simply try:
> bzr branch lp:kabikaboo
> Wait until there is a new revision, then run
> bzr update
>
> It NEVER pulls the new revision.
> Instead, I have to delete the entire directory and run "bzr branch" again.
>
> Whats the point of this VCS if the update command doesn't even get the
> newest files???
>
>
>