Uploaded image for project: 'Nuxeo ECM Build/Test Environment'
  1. Nuxeo ECM Build/Test Environment
  2. NXBT-212

Repair missing tags in Mercurial repositories

    XMLWordPrintable

    Details

    • Type: Task
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: None

      Description

      Next to null-merge improvement, nx-builder lost .hgtags files; they should not have been reverted (NXBT-211)

      Repair:

      hg up -C null-merge
      hg log -k "nx-builder: Tagging" | grep "changeset"
      for each changeset, patch <<EOF\n`hg log -r $CHANGESET .hgtags -p`\nEOF
      possibly hg add .hgtags && hg ci -m"add missing .hgtags"
      or hg ci -m"repair .hgtags"
      hg push

        Attachments

          Activity

            People

            • Assignee:
              jcarsique Julien Carsique
              Reporter:
              jcarsique Julien Carsique
              Participants:
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: