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

SVN specific version install

Scheduled Pinned Locked Moved
FOG Problems
3
7
2.2k
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.
  • J
    Joseph Hales Testers
    last edited by Mar 4, 2015, 10:54 PM

    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
    • T
      Tom Elliott
      last edited by Mar 4, 2015, 10:58 PM

      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
      • S
        Sebastian Roth Moderator
        last edited by Mar 4, 2015, 10:59 PM

        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…

        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
        • J
          Joseph Hales Testers
          last edited by Mar 5, 2015, 2:01 PM

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

          RTFM

          1 Reply Last reply Reply Quote 0
          • T
            Tom Elliott
            last edited by Mar 5, 2015, 2:04 PM

            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
            • J
              Joseph Hales Testers
              last edited by Mar 5, 2015, 2:08 PM

              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
              • T
                Tom Elliott
                last edited by Mar 5, 2015, 2:17 PM

                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
                • 1 / 1
                1 / 1
                • First post
                  1/7
                  Last post

                138

                Online

                12.1k

                Users

                17.3k

                Topics

                155.3k

                Posts
                Copyright © 2012-2024 FOG Project