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

    SVN error

    Scheduled Pinned Locked Moved
    General
    2
    9
    3.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.
    • J
      jmeyer
      last edited by

      Hello,
      i don’t know if i’m too tired today but i keep having error with svn.

      [CODE]root@fog0210012z:~# svn checkout svn://svn.code.sf.net/p/freeghost/code/trunk
      svn: E000110: Unable to connect to a repository at URL ‘svn://svn.code.sf.net/p/freeghost/code/trunk’
      svn: E000110: Impossible de se connecter à l’hôte ‘svn.code.sf.net’: Connexion terminée par expiration du délai d’attente[/CODE]

      [CODE]root@fog0210012z:/home/adminfog# svn checkout https://svn.code.sf.net/p/freeghost/code/trunk
      svn: E175002: Unable to connect to a repository at URL ‘https://svn.code.sf.net/p/freeghost/code/trunk’
      svn: E175002: Unexpected HTTP status 405 ‘Not Allowed’ on ‘/p/freeghost/code/trunk’
      svn: E175002: Additional errors:
      svn: E175002: Échec de la requête OPTIONS sur ‘/p/freeghost/code/trunk’ : 405 Not Allowed[/CODE]

      So i tried to ping the host but it reply fine.

      [CODE]root@fog0210012z:~# ping svn.code.sf.net
      PING svn.code.sf.net (216.34.181.157) 56(84) bytes of data.
      64 bytes from svn.code.sf.net (216.34.181.157): icmp_seq=1 ttl=234 time=147 ms
      64 bytes from svn.code.sf.net (216.34.181.157): icmp_seq=2 ttl=234 time=138 ms[/CODE]

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

        Can you try:
        [code]svn co 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
        • J
          jmeyer
          last edited by

          Same with co.
          When i first tried https it it has request to validate a certificate so i said “remember”.
          I had never had this message before so maybe this is link.

          [CODE]root@fog0210012z:~# svn co https://svn.code.sf.net/p/freeghost/code/trunk
          svn: E175002: Unable to connect to a repository at URL ‘https://svn.code.sf.net/p/freeghost/code/trunk’
          svn: E175002: Unexpected HTTP status 405 ‘Not Allowed’ on ‘/p/freeghost/code/trunk’

          svn: E175002: Additional errors:
          svn: E175002: Échec de la requête OPTIONS sur ‘/p/freeghost/code/trunk’ : 405 Not Allowed
          [/CODE]

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

            you could try
            [code]svn co http://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
            • J
              jmeyer
              last edited by

              Here is what i have with http

              [CODE]
              root@fog0210012z:~# svn checkout http://svn.code.sf.net/p/freeghost/code/trunk
              Erreur de segmentation (core dumped)
              [/CODE]

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

                Does your ~ folder already have trunk?

                [code]cd trunk; svn update[/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
                • J
                  jmeyer
                  last edited by

                  I don’t have trunk directory.
                  Making it doesn’t change anything if this would have been your next idea.

                  [CODE]root@fog0210012z:~# ll
                  total 24
                  drwx------ 3 root root 4096 juil. 10 13:36 ./
                  drwxr-xr-x 22 root root 4096 juil. 10 09:58 …/
                  -rw------- 1 root root 1422 juil. 10 13:25 .bash_history
                  -rw-r–r-- 1 root root 3106 févr. 20 03:43 .bashrc
                  -rw-r–r-- 1 root root 140 févr. 20 03:43 .profile
                  drwxr-xr-x 3 root root 4096 juil. 10 13:28 .subversion/
                  root@fog0210012z:~# svn update
                  ‘.’ omis
                  Résumé des conflits :
                  Skipped paths: 1
                  root@fog0210012z:~#
                  [/CODE]

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

                    making it wouldn’t have mattered.

                    Have you used this system to install fog through svn in the past?

                    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
                      jmeyer
                      last edited by

                      I always used this way many time and once again last week and never had that certificate request or any error.
                      I find out that it was a proxy problem but I don’t know what they made different here on the proxy…
                      I uncommented and edited in “/root/.subvertion/servers” the following lines :

                      [QUOTE]http-proxy-host = 10.121.0.1
                      http-proxy-port = 3128
                      http-proxy-username = lyc-liegeard.fr\administrateur
                      http-proxy-password = **********[/QUOTE]

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

                      258

                      Online

                      12.0k

                      Users

                      17.3k

                      Topics

                      155.2k

                      Posts
                      Copyright © 2012-2024 FOG Project