Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. [SOLVED]Git Qt 5.4.2 branch to 5.5.0 branch

[SOLVED]Git Qt 5.4.2 branch to 5.5.0 branch

Scheduled Pinned Locked Moved Installation and Deployment
git
3 Posts 2 Posters 1.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Paul H.P Offline
    Paul H.P Offline
    Paul H.
    wrote on last edited by Paul H.
    #1

    Hello,
    I currently have branch 5.4.2 checked out. I checked out this branch after git clone and before perl init-repository. Now I want to check out 5.5.0. Can I just check out the branch and pull? Or do I need to run the perl init-repository after checkout? Or is there something else I need to do? Thanks in advance.
    Paul

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      IIRC, you should only need to do that in the top level and it will cascade the change in all the submodules

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • Paul H.P Offline
        Paul H.P Offline
        Paul H.
        wrote on last edited by
        #3

        Thanks. What I ended up doing (in the top level), which appears to work correctly is:
        git checkout 5.5.0
        git pull
        perl init-repository -f
        I got the -f option from the Getting Updates section of Building Qt5 from Git
        I should have read that more thoroughly before posting. Thanks again!
        Paul

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved