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

Make clone.py script support checkout by date

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Open
    • Priority: Minor
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: Nuxeo Scripts

      Description

      The goal is to be able to checkout source on a branch at a specific date without creating branches

      See https://stackoverflow.com/questions/6990484/git-checkout-by-date, there is 2 options one on rev-parse (limited to 90days) one on rev-list.

      This is useful to pinpoint a regression without having to creates lots of branch as with:

      . scripts/gitfunctions.sh 
      gitf -r checkout master@{2017-04-26}
      gitf -r checkout -b bench-master-20170426
      gitf -r push -u origin bench-master-20170426
      

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              bdelbosc Benoit Delbosc
              Participants:
            • Votes:
              2 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated: