Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Torsten Martinsen wrote: > The -B option is for safety purposes only: To move or delete a *branch* > tag you have to specify -B. > AFAIK you can't move or delete branch tags anyway - not sure how you'd achieve this... deleting is probably possible (it's equivalent to deleting all the revisions that it corresponds to) but moving makes little sense once the branch has items committed to it. Looking at the code it doesn't actually check for this, which is bad... Tony