kabikaboo team mailing list archive
-
kabikaboo team
-
Mailing list archive
-
Message #00005
Re: [Bug 494522] Re: "bzr update" command does not work
-----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 Kabikaboo
Team, which is subscribed to Kabikaboo.
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???
Follow ups
References