Repair missing tags in Mercurial repositories
---------------------------------------------

                 Key: NXBT-212
                 URL: https://jira.nuxeo.org/browse/NXBT-212
             Project: Nuxeo ECM Build/Test Environment
          Issue Type: Task
          Components: nx-builder
            Reporter: Julien Carsique
            Assignee: Julien Carsique
            Priority: Major


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
eventually hg add .hgtags && hg ci -m"add missing .hgtags"
or hg ci -m"repair .hgtags"
hg push

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to