• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Upgrading to trunk 1.3.1 RC-2

    Scheduled Pinned Locked Moved Solved
    General Problems
    3
    6
    1.9k
    Loading More Posts
    • 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.
    • THEMCVT
      THEMCV
      last edited by

      I’m a little frustrated that I can’t seem to get git to work correctly, but I just don’t want to break anything on my installation.

      I’m running FOG 1.3.0 and am trying to upgrade to the latest trunk release following the current instruction set to move to trunk, but I always used svn before, so I don’t want there to be any conflicts if I do git now.

      I ran

      git clone https://github.com/FOGProject/fogproject.git /root/fogproject/
      

      and got

      destination path '/root/fogproject' already exists and is not an empty directory.
      

      which that’s where my 1.3.0 resides.

      and svn up doesn’t work anymore.

      What’s the best way from using svn before to switching to git without breaking a whole bunch of stuff? Or am I just being dumb and doing something completely stupid (rough week)?

      Thanks

      1 Reply Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott
        last edited by

        Seeing as /root/fogproject already exists.

        Run:

        cd /root/fogproject
        git pull
        git checkout dev-branch
        git pull
        cd bin
        ./installfog.sh -y
        

        Laugh at the simplicity.

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        THEMCVT 1 Reply Last reply Reply Quote 0
        • THEMCVT
          THEMCV @Tom Elliott
          last edited by

          @Tom-Elliott git pull is telling me

          fatal: No remote repository specified.  Please, specify either a URL or a
          remote name from which new revisions should be fetched.
          

          But I can’t do the git clone because it already exists.

          Tom ElliottT 1 Reply Last reply Reply Quote 0
          • Tom ElliottT
            Tom Elliott @THEMCV
            last edited by

            @THEMCV Then try:

            git clone https://github.com/fogproject/fogproject.git git
            cd git
            git checkout dev-branch
            cd bin
            ./installfog.sh -y
            

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

            THEMCVT 1 Reply Last reply Reply Quote 0
            • THEMCVT
              THEMCV @Tom Elliott
              last edited by

              @Tom-Elliott Heyyy got it. Thanks Tom.

              1 Reply Last reply Reply Quote 0
              • Wayne WorkmanW
                Wayne Workman
                last edited by

                This article has also been updated with instructions detailing how to do this:
                https://wiki.fogproject.org/wiki/index.php?title=Upgrade_to_trunk

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                Daily Clean Installation Results:
                https://fogtesting.fogproject.us/
                FOG Reporting:
                https://fog-external-reporting-results.fogproject.us/

                1 Reply Last reply Reply Quote 0
                • 1 / 1
                • First post
                  Last post

                175

                Online

                12.0k

                Users

                17.3k

                Topics

                155.2k

                Posts
                Copyright © 2012-2024 FOG Project