FOG Project

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

    SVN specific version install

    FOG Problems
    3
    7
    1785
    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.
    • Joseph Hales
      Joseph Hales Testers last edited by

      I am migrating to an new server and was gonna bring the new server up to the samve svn 2952 that my main server is running before backing up my live data and restoring it to the new hardware. When I run the command [B]svn up -r 2952[/B] I get the message [B]Skipped ‘.’ [/B]and nothing seems to download am I doing something wrong.

      RTFM

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

        if you’re not in the working copy directly, or explicitly telling it where the “working copy” is, it assumes the CWD.

        For example:

        You have terminal-ed in to: /root or /home/jhales

        If you run svn up from here, but the working copy is in /root/svn or /home/jhales/svn it will give the error:

        [code][jhales@localhost ~] $ svn up
        svn: warning: ‘.’ is not a working copy
        [/code]

        if you cd into the proper directory as such:
        [code][jhales@localhost ~] $ cd svn
        [jhales@localhost ~/svn] $ svn up[/code]

        You shouldn’t have any issues.

        Or explicitly set the “working directory”
        [code][jhales@localhost ~] $ svn up svn[/code]

        You shouldn’t have any issues.

        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

        1 Reply Last reply Reply Quote 0
        • Joseph Hales
          Joseph Hales Testers last edited by

          Running
          [FONT=Consolas]svn co -r 2952 [url]https://svn.code.sf.net/p/freeghost/code/trunk[/url][/FONT]
          [FONT=Consolas]does allow me to upgrade but [/FONT]
          [FONT=Consolas]svn status still retuns the error[/FONT]
          [FONT=Consolas][FONT=Tahoma]svn: warning: ‘.’ is not a working copy [/FONT][/FONT]this is from the ~\svn folder

          RTFM

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

            What folder are you in?

            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

            1 Reply Last reply Reply Quote 0
            • Joseph Hales
              Joseph Hales Testers last edited by

              svn status gives me
              svn: warning: ‘.’ is not a working copy

              RTFM

              1 Reply Last reply Reply Quote 0
              • S
                Sebastian Roth Moderator last edited by

                Sounds like you were not in the correct directory. Please run ‘svn status’ from that same directory to see if this is a SVN path really…

                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

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

                  If you’ve already checked out the repo, then svn up will work, if you haven’t recheck it all out with:

                  [code]svn co -r 2952 https://svn.code.sf.net/p/freeghost/code/trunk[/code]

                  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

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

                  194
                  Online

                  10.2k
                  Users

                  16.3k
                  Topics

                  149.9k
                  Posts

                  Copyright © 2012-2020 FOG Project