Tags with checkout ?

Asked by Cerf

Hi,

  I have a checkout of a central bazaar repository.
  With this checkout I am using tags like this for example :
bzr tag v0.2
bzr commit ...

  It seems that the tags are not propagated to the central repository.
  When I checkout the repository in another folder and do :
bzr tags -v
   nothing is printed ...

Is this normal ?
How tags can be propagated from a checkout to the original repository ?

Thanks !

Question information

Language:
English Edit question
Status:
Answered
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Martin Pool (mbp) said :
#1

Hi,

This is probably a bug in the bound branch implementation.

As a workaround, set the tag directly in the master branch, ie

bzr tag -d bzr+ssh://example.com/.... tagname

Can you help with this problem?

Provide an answer of your own, or ask Cerf for more information if necessary.

To post a message you must log in.