Comment 2 for bug 653832

Revision history for this message
James Westby (james-w) wrote : Re: [Bug 653832] Re: Import fails with "trying to import version ... again"

On Fri, 21 Jan 2011 18:58:33 -0000, John A Meinel <email address hidden> wrote:
> The simple fix looks like just using
> tag_version = update_db.tag_name(importp.version)
> if update_db.branch.tags.has_tag(tag_version):
> update_db.branch.tags.delete_tag(tag_version)

Nice catch. This was code that I added around UDS, so it's not a
migration problem per-se, rather that it never likely worked.

Thanks,

James