How to keep tags in sync between two checkouts?

Asked by Orim Kurowe

As a test I created a local empty branch. I made some commits and tagged some of them.

When I create a new checkout of that branch, I get the tags from all commits.
So far so good.

But if a tag is deleted in the original repository, the checkout will never see that change.
bzr update will tell me that there's nothing to update. And even if I create more commits,
the tag will never be removed upon updating/pulling.

But a new checkout will not have the deleted tag.

Is that a bug or a feature?

bzr help tag actually tells me that tags should be updated when pulling. So it looks like
a bug to me...

Question information

Language:
English Edit question
Status:
Expired
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.