Hi,

 Matthew and I didn't find this obvious so this mail to guide you into
 upgrading bzr branches to allow tags.

 The bzr branches of Hildon modules on LP where created a while ago and
 hence don't support features of newer storage backend versions such as
 tags.  Bzr on LP was recently upgraded to at least 1.0, and most recent
 distributions carry recent LP, so I guess we can happily require Bzr >=
 0.15 features such as tags.

 To upgrade, simply run something like:

    bzr upgrade \
        sftp://bazaar.launchpad.net/~ubuntu-mobile/hildon-theme-layout-4/ubuntu/

 or:

    bzr upgrade --dirstate-tags \
        sftp://bazaar.launchpad.net/~ubuntu-mobile/hildon-theme-layout-4/ubuntu/

 this will upgrade the *remote* branch (on Launchpad servers).

 You'll have to do the same sort of local upgraded (just omit the URL
 argument) on your local checkouts/branches if you want to
 pull/push/commit/update with LP's upgraded branches.


 Once you've done that, you can happily use tags.  To tag, use "bzr tag
 1.2.3-0ubuntu2" from your checkout/branch.  To remove a tag, see
 tag --delete.  To list tags in you checkout/branch, "bzr tags".

 To push local tags to LP, use "bzr push".  Warning: you'll probably
 get the following message:

    No new revisions to push.

 this is displayed even if you did push new tags (without pushing any
 new revision) -- but the tags *have* been pushed, don't worry.  (You
 can check with a fresh checkout.)

   Cheers,
-- 
Loïc Minier

-- 
Ubuntu-mobile mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile

Reply via email to