Need to upgrade svn on centos





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







5















I have an error when I run svn up




svn this client is too old to work with working copy...please get a newer subversion client




This is on centos. I need to update svn. How do I do this?



[user@somewhere cms]$ sudo yum install
subversion Loaded plugins:
fastestmirror Loading mirror speeds
from cached hostfile * addons:
mirror.chpc.utah.edu * base:
mirrors.usc.edu * extras:
mirror.chpc.utah.edu * updates:
centos.mirror.facebook.net Setting up
Install Process Package
subversion-1.4.2-4.el5_3.1.i386
already installed and latest version
Nothing to do


yum update does the same thing. Additionally, only one directory is supposedly affected, but deleting this from the repository doesn't fix the issue.










share|improve this question















migrated from stackoverflow.com Jan 26 '11 at 20:35


This question came from our site for professional and enthusiast programmers.

























    5















    I have an error when I run svn up




    svn this client is too old to work with working copy...please get a newer subversion client




    This is on centos. I need to update svn. How do I do this?



    [user@somewhere cms]$ sudo yum install
    subversion Loaded plugins:
    fastestmirror Loading mirror speeds
    from cached hostfile * addons:
    mirror.chpc.utah.edu * base:
    mirrors.usc.edu * extras:
    mirror.chpc.utah.edu * updates:
    centos.mirror.facebook.net Setting up
    Install Process Package
    subversion-1.4.2-4.el5_3.1.i386
    already installed and latest version
    Nothing to do


    yum update does the same thing. Additionally, only one directory is supposedly affected, but deleting this from the repository doesn't fix the issue.










    share|improve this question















    migrated from stackoverflow.com Jan 26 '11 at 20:35


    This question came from our site for professional and enthusiast programmers.





















      5












      5








      5


      1






      I have an error when I run svn up




      svn this client is too old to work with working copy...please get a newer subversion client




      This is on centos. I need to update svn. How do I do this?



      [user@somewhere cms]$ sudo yum install
      subversion Loaded plugins:
      fastestmirror Loading mirror speeds
      from cached hostfile * addons:
      mirror.chpc.utah.edu * base:
      mirrors.usc.edu * extras:
      mirror.chpc.utah.edu * updates:
      centos.mirror.facebook.net Setting up
      Install Process Package
      subversion-1.4.2-4.el5_3.1.i386
      already installed and latest version
      Nothing to do


      yum update does the same thing. Additionally, only one directory is supposedly affected, but deleting this from the repository doesn't fix the issue.










      share|improve this question
















      I have an error when I run svn up




      svn this client is too old to work with working copy...please get a newer subversion client




      This is on centos. I need to update svn. How do I do this?



      [user@somewhere cms]$ sudo yum install
      subversion Loaded plugins:
      fastestmirror Loading mirror speeds
      from cached hostfile * addons:
      mirror.chpc.utah.edu * base:
      mirrors.usc.edu * extras:
      mirror.chpc.utah.edu * updates:
      centos.mirror.facebook.net Setting up
      Install Process Package
      subversion-1.4.2-4.el5_3.1.i386
      already installed and latest version
      Nothing to do


      yum update does the same thing. Additionally, only one directory is supposedly affected, but deleting this from the repository doesn't fix the issue.







      centos subversion






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jan 26 '11 at 20:53









      Michael Mrozek

      62.3k29194214




      62.3k29194214










      asked Jan 25 '11 at 21:45









      syn4ksyn4k

      13014




      13014




      migrated from stackoverflow.com Jan 26 '11 at 20:35


      This question came from our site for professional and enthusiast programmers.









      migrated from stackoverflow.com Jan 26 '11 at 20:35


      This question came from our site for professional and enthusiast programmers.
























          4 Answers
          4






          active

          oldest

          votes


















          6














          RHEL 5.6 has Subversion 1.6 in it (from 1.4 in 5.5), so as soon as CentOS has released the RHEL5.6 package it'll just automatically upgrade. If you can't wait, then you can rebuild your own package from Red Hat's source package.






          share|improve this answer


























          • [rgriffin@lnxcmsdev ~]$ sudo rpm -i subversion-1.6.11-7.el5.src.rpm [sudo] password for user: warning: subversion-1.6.11-7.el5.src.rpm: Header V3 DSA signature: NOKEY, key ID 37017186 error: cannot create %sourcedir /usr/src/redhat/SOURCES

            – syn4k
            Jan 26 '11 at 21:25






          • 1





            Sorry, when I suggested you use the Source RPM, that meant you'd have to build it from the source. This is what the CentOS maintainers will eventually do. If you would like to build your own package, follow the instructions in the CentOS SetupRpmBuildEnvironment wiki: wiki.centos.org/HowTos/SetupRpmBuildEnvironment (or, just wait until they release CentOS 5.6, which should be soon).

            – jsbillings
            Jan 27 '11 at 13:31













          • ... and here are the instructions to actually building the package: wiki.centos.org/HowTos/RebuildSRPM

            – jsbillings
            Jan 27 '11 at 13:48



















          1














          Try to search in http://rpm.pbone.net for "subversion-1.5" if that's what you need or just change it to "subversion-1.6" if in case you need that version limiting your search to "Centos 5" or "RHEL 5" and download the rpm that corresponds to your machine.



          Install it via rpm as follows:




          rpm -i subversion-package-name-here.rpm




          If it says it conflicts with your existing subversion, check for the name of your existing subversion:




          rpm -qa| grep subversion




          and use the result for uninstalling the old package:




          rpm -e subversion-old-package.bhabha




          Then go back to installing the rpm as I detailed above.






          share|improve this answer

































            0














            http://the.earth.li/pub/subversion/summersoft.fay.ar.us/pub/subversion/latest/ also has the latest RPMs (no rebuilding needed) for CentOS 4 and 5 which is what I've always used. via






            share|improve this answer
























            • mmckinst, It seems that the contents of the.earth.li/pub/subversion/summersoft.fay.ar.us/pub/subversion/… cannot be seen from my end. Maybe the permission is restricted? Coz that would have been a better alternative than searching through rpm.pbone.net as I've suggested

              – icasimpan
              Jan 27 '11 at 7:19



















            -4














            Probably apt or something along those lines could update it. I'm not familiar with the package manager on CentOS.






            share|improve this answer


























            • [user@somewhere cms]$ sudo yum install subversion Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: mirror.chpc.utah.edu * base: mirrors.usc.edu * extras: mirror.chpc.utah.edu * updates: centos.mirror.facebook.net Setting up Install Process Package subversion-1.4.2-4.el5_3.1.i386 already installed and latest version Nothing to do

              – syn4k
              Jan 25 '11 at 22:11












            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "106"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f6506%2fneed-to-upgrade-svn-on-centos%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            4 Answers
            4






            active

            oldest

            votes








            4 Answers
            4






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            6














            RHEL 5.6 has Subversion 1.6 in it (from 1.4 in 5.5), so as soon as CentOS has released the RHEL5.6 package it'll just automatically upgrade. If you can't wait, then you can rebuild your own package from Red Hat's source package.






            share|improve this answer


























            • [rgriffin@lnxcmsdev ~]$ sudo rpm -i subversion-1.6.11-7.el5.src.rpm [sudo] password for user: warning: subversion-1.6.11-7.el5.src.rpm: Header V3 DSA signature: NOKEY, key ID 37017186 error: cannot create %sourcedir /usr/src/redhat/SOURCES

              – syn4k
              Jan 26 '11 at 21:25






            • 1





              Sorry, when I suggested you use the Source RPM, that meant you'd have to build it from the source. This is what the CentOS maintainers will eventually do. If you would like to build your own package, follow the instructions in the CentOS SetupRpmBuildEnvironment wiki: wiki.centos.org/HowTos/SetupRpmBuildEnvironment (or, just wait until they release CentOS 5.6, which should be soon).

              – jsbillings
              Jan 27 '11 at 13:31













            • ... and here are the instructions to actually building the package: wiki.centos.org/HowTos/RebuildSRPM

              – jsbillings
              Jan 27 '11 at 13:48
















            6














            RHEL 5.6 has Subversion 1.6 in it (from 1.4 in 5.5), so as soon as CentOS has released the RHEL5.6 package it'll just automatically upgrade. If you can't wait, then you can rebuild your own package from Red Hat's source package.






            share|improve this answer


























            • [rgriffin@lnxcmsdev ~]$ sudo rpm -i subversion-1.6.11-7.el5.src.rpm [sudo] password for user: warning: subversion-1.6.11-7.el5.src.rpm: Header V3 DSA signature: NOKEY, key ID 37017186 error: cannot create %sourcedir /usr/src/redhat/SOURCES

              – syn4k
              Jan 26 '11 at 21:25






            • 1





              Sorry, when I suggested you use the Source RPM, that meant you'd have to build it from the source. This is what the CentOS maintainers will eventually do. If you would like to build your own package, follow the instructions in the CentOS SetupRpmBuildEnvironment wiki: wiki.centos.org/HowTos/SetupRpmBuildEnvironment (or, just wait until they release CentOS 5.6, which should be soon).

              – jsbillings
              Jan 27 '11 at 13:31













            • ... and here are the instructions to actually building the package: wiki.centos.org/HowTos/RebuildSRPM

              – jsbillings
              Jan 27 '11 at 13:48














            6












            6








            6







            RHEL 5.6 has Subversion 1.6 in it (from 1.4 in 5.5), so as soon as CentOS has released the RHEL5.6 package it'll just automatically upgrade. If you can't wait, then you can rebuild your own package from Red Hat's source package.






            share|improve this answer















            RHEL 5.6 has Subversion 1.6 in it (from 1.4 in 5.5), so as soon as CentOS has released the RHEL5.6 package it'll just automatically upgrade. If you can't wait, then you can rebuild your own package from Red Hat's source package.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Jul 27 '11 at 16:15









            Tshepang

            26.4k72187265




            26.4k72187265










            answered Jan 26 '11 at 20:50









            jsbillingsjsbillings

            16.7k34450




            16.7k34450













            • [rgriffin@lnxcmsdev ~]$ sudo rpm -i subversion-1.6.11-7.el5.src.rpm [sudo] password for user: warning: subversion-1.6.11-7.el5.src.rpm: Header V3 DSA signature: NOKEY, key ID 37017186 error: cannot create %sourcedir /usr/src/redhat/SOURCES

              – syn4k
              Jan 26 '11 at 21:25






            • 1





              Sorry, when I suggested you use the Source RPM, that meant you'd have to build it from the source. This is what the CentOS maintainers will eventually do. If you would like to build your own package, follow the instructions in the CentOS SetupRpmBuildEnvironment wiki: wiki.centos.org/HowTos/SetupRpmBuildEnvironment (or, just wait until they release CentOS 5.6, which should be soon).

              – jsbillings
              Jan 27 '11 at 13:31













            • ... and here are the instructions to actually building the package: wiki.centos.org/HowTos/RebuildSRPM

              – jsbillings
              Jan 27 '11 at 13:48



















            • [rgriffin@lnxcmsdev ~]$ sudo rpm -i subversion-1.6.11-7.el5.src.rpm [sudo] password for user: warning: subversion-1.6.11-7.el5.src.rpm: Header V3 DSA signature: NOKEY, key ID 37017186 error: cannot create %sourcedir /usr/src/redhat/SOURCES

              – syn4k
              Jan 26 '11 at 21:25






            • 1





              Sorry, when I suggested you use the Source RPM, that meant you'd have to build it from the source. This is what the CentOS maintainers will eventually do. If you would like to build your own package, follow the instructions in the CentOS SetupRpmBuildEnvironment wiki: wiki.centos.org/HowTos/SetupRpmBuildEnvironment (or, just wait until they release CentOS 5.6, which should be soon).

              – jsbillings
              Jan 27 '11 at 13:31













            • ... and here are the instructions to actually building the package: wiki.centos.org/HowTos/RebuildSRPM

              – jsbillings
              Jan 27 '11 at 13:48

















            [rgriffin@lnxcmsdev ~]$ sudo rpm -i subversion-1.6.11-7.el5.src.rpm [sudo] password for user: warning: subversion-1.6.11-7.el5.src.rpm: Header V3 DSA signature: NOKEY, key ID 37017186 error: cannot create %sourcedir /usr/src/redhat/SOURCES

            – syn4k
            Jan 26 '11 at 21:25





            [rgriffin@lnxcmsdev ~]$ sudo rpm -i subversion-1.6.11-7.el5.src.rpm [sudo] password for user: warning: subversion-1.6.11-7.el5.src.rpm: Header V3 DSA signature: NOKEY, key ID 37017186 error: cannot create %sourcedir /usr/src/redhat/SOURCES

            – syn4k
            Jan 26 '11 at 21:25




            1




            1





            Sorry, when I suggested you use the Source RPM, that meant you'd have to build it from the source. This is what the CentOS maintainers will eventually do. If you would like to build your own package, follow the instructions in the CentOS SetupRpmBuildEnvironment wiki: wiki.centos.org/HowTos/SetupRpmBuildEnvironment (or, just wait until they release CentOS 5.6, which should be soon).

            – jsbillings
            Jan 27 '11 at 13:31







            Sorry, when I suggested you use the Source RPM, that meant you'd have to build it from the source. This is what the CentOS maintainers will eventually do. If you would like to build your own package, follow the instructions in the CentOS SetupRpmBuildEnvironment wiki: wiki.centos.org/HowTos/SetupRpmBuildEnvironment (or, just wait until they release CentOS 5.6, which should be soon).

            – jsbillings
            Jan 27 '11 at 13:31















            ... and here are the instructions to actually building the package: wiki.centos.org/HowTos/RebuildSRPM

            – jsbillings
            Jan 27 '11 at 13:48





            ... and here are the instructions to actually building the package: wiki.centos.org/HowTos/RebuildSRPM

            – jsbillings
            Jan 27 '11 at 13:48













            1














            Try to search in http://rpm.pbone.net for "subversion-1.5" if that's what you need or just change it to "subversion-1.6" if in case you need that version limiting your search to "Centos 5" or "RHEL 5" and download the rpm that corresponds to your machine.



            Install it via rpm as follows:




            rpm -i subversion-package-name-here.rpm




            If it says it conflicts with your existing subversion, check for the name of your existing subversion:




            rpm -qa| grep subversion




            and use the result for uninstalling the old package:




            rpm -e subversion-old-package.bhabha




            Then go back to installing the rpm as I detailed above.






            share|improve this answer






























              1














              Try to search in http://rpm.pbone.net for "subversion-1.5" if that's what you need or just change it to "subversion-1.6" if in case you need that version limiting your search to "Centos 5" or "RHEL 5" and download the rpm that corresponds to your machine.



              Install it via rpm as follows:




              rpm -i subversion-package-name-here.rpm




              If it says it conflicts with your existing subversion, check for the name of your existing subversion:




              rpm -qa| grep subversion




              and use the result for uninstalling the old package:




              rpm -e subversion-old-package.bhabha




              Then go back to installing the rpm as I detailed above.






              share|improve this answer




























                1












                1








                1







                Try to search in http://rpm.pbone.net for "subversion-1.5" if that's what you need or just change it to "subversion-1.6" if in case you need that version limiting your search to "Centos 5" or "RHEL 5" and download the rpm that corresponds to your machine.



                Install it via rpm as follows:




                rpm -i subversion-package-name-here.rpm




                If it says it conflicts with your existing subversion, check for the name of your existing subversion:




                rpm -qa| grep subversion




                and use the result for uninstalling the old package:




                rpm -e subversion-old-package.bhabha




                Then go back to installing the rpm as I detailed above.






                share|improve this answer















                Try to search in http://rpm.pbone.net for "subversion-1.5" if that's what you need or just change it to "subversion-1.6" if in case you need that version limiting your search to "Centos 5" or "RHEL 5" and download the rpm that corresponds to your machine.



                Install it via rpm as follows:




                rpm -i subversion-package-name-here.rpm




                If it says it conflicts with your existing subversion, check for the name of your existing subversion:




                rpm -qa| grep subversion




                and use the result for uninstalling the old package:




                rpm -e subversion-old-package.bhabha




                Then go back to installing the rpm as I detailed above.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited 3 hours ago









                Rui F Ribeiro

                41.9k1483142




                41.9k1483142










                answered Jan 27 '11 at 7:17









                icasimpanicasimpan

                304516




                304516























                    0














                    http://the.earth.li/pub/subversion/summersoft.fay.ar.us/pub/subversion/latest/ also has the latest RPMs (no rebuilding needed) for CentOS 4 and 5 which is what I've always used. via






                    share|improve this answer
























                    • mmckinst, It seems that the contents of the.earth.li/pub/subversion/summersoft.fay.ar.us/pub/subversion/… cannot be seen from my end. Maybe the permission is restricted? Coz that would have been a better alternative than searching through rpm.pbone.net as I've suggested

                      – icasimpan
                      Jan 27 '11 at 7:19
















                    0














                    http://the.earth.li/pub/subversion/summersoft.fay.ar.us/pub/subversion/latest/ also has the latest RPMs (no rebuilding needed) for CentOS 4 and 5 which is what I've always used. via






                    share|improve this answer
























                    • mmckinst, It seems that the contents of the.earth.li/pub/subversion/summersoft.fay.ar.us/pub/subversion/… cannot be seen from my end. Maybe the permission is restricted? Coz that would have been a better alternative than searching through rpm.pbone.net as I've suggested

                      – icasimpan
                      Jan 27 '11 at 7:19














                    0












                    0








                    0







                    http://the.earth.li/pub/subversion/summersoft.fay.ar.us/pub/subversion/latest/ also has the latest RPMs (no rebuilding needed) for CentOS 4 and 5 which is what I've always used. via






                    share|improve this answer













                    http://the.earth.li/pub/subversion/summersoft.fay.ar.us/pub/subversion/latest/ also has the latest RPMs (no rebuilding needed) for CentOS 4 and 5 which is what I've always used. via







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Jan 26 '11 at 22:44









                    Mark McKinstryMark McKinstry

                    9,15932423




                    9,15932423













                    • mmckinst, It seems that the contents of the.earth.li/pub/subversion/summersoft.fay.ar.us/pub/subversion/… cannot be seen from my end. Maybe the permission is restricted? Coz that would have been a better alternative than searching through rpm.pbone.net as I've suggested

                      – icasimpan
                      Jan 27 '11 at 7:19



















                    • mmckinst, It seems that the contents of the.earth.li/pub/subversion/summersoft.fay.ar.us/pub/subversion/… cannot be seen from my end. Maybe the permission is restricted? Coz that would have been a better alternative than searching through rpm.pbone.net as I've suggested

                      – icasimpan
                      Jan 27 '11 at 7:19

















                    mmckinst, It seems that the contents of the.earth.li/pub/subversion/summersoft.fay.ar.us/pub/subversion/… cannot be seen from my end. Maybe the permission is restricted? Coz that would have been a better alternative than searching through rpm.pbone.net as I've suggested

                    – icasimpan
                    Jan 27 '11 at 7:19





                    mmckinst, It seems that the contents of the.earth.li/pub/subversion/summersoft.fay.ar.us/pub/subversion/… cannot be seen from my end. Maybe the permission is restricted? Coz that would have been a better alternative than searching through rpm.pbone.net as I've suggested

                    – icasimpan
                    Jan 27 '11 at 7:19











                    -4














                    Probably apt or something along those lines could update it. I'm not familiar with the package manager on CentOS.






                    share|improve this answer


























                    • [user@somewhere cms]$ sudo yum install subversion Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: mirror.chpc.utah.edu * base: mirrors.usc.edu * extras: mirror.chpc.utah.edu * updates: centos.mirror.facebook.net Setting up Install Process Package subversion-1.4.2-4.el5_3.1.i386 already installed and latest version Nothing to do

                      – syn4k
                      Jan 25 '11 at 22:11
















                    -4














                    Probably apt or something along those lines could update it. I'm not familiar with the package manager on CentOS.






                    share|improve this answer


























                    • [user@somewhere cms]$ sudo yum install subversion Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: mirror.chpc.utah.edu * base: mirrors.usc.edu * extras: mirror.chpc.utah.edu * updates: centos.mirror.facebook.net Setting up Install Process Package subversion-1.4.2-4.el5_3.1.i386 already installed and latest version Nothing to do

                      – syn4k
                      Jan 25 '11 at 22:11














                    -4












                    -4








                    -4







                    Probably apt or something along those lines could update it. I'm not familiar with the package manager on CentOS.






                    share|improve this answer















                    Probably apt or something along those lines could update it. I'm not familiar with the package manager on CentOS.







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Jan 26 '11 at 20:56









                    Michael Mrozek

                    62.3k29194214




                    62.3k29194214










                    answered Jan 25 '11 at 22:01









                    troutinatortroutinator

                    1011




                    1011













                    • [user@somewhere cms]$ sudo yum install subversion Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: mirror.chpc.utah.edu * base: mirrors.usc.edu * extras: mirror.chpc.utah.edu * updates: centos.mirror.facebook.net Setting up Install Process Package subversion-1.4.2-4.el5_3.1.i386 already installed and latest version Nothing to do

                      – syn4k
                      Jan 25 '11 at 22:11



















                    • [user@somewhere cms]$ sudo yum install subversion Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: mirror.chpc.utah.edu * base: mirrors.usc.edu * extras: mirror.chpc.utah.edu * updates: centos.mirror.facebook.net Setting up Install Process Package subversion-1.4.2-4.el5_3.1.i386 already installed and latest version Nothing to do

                      – syn4k
                      Jan 25 '11 at 22:11

















                    [user@somewhere cms]$ sudo yum install subversion Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: mirror.chpc.utah.edu * base: mirrors.usc.edu * extras: mirror.chpc.utah.edu * updates: centos.mirror.facebook.net Setting up Install Process Package subversion-1.4.2-4.el5_3.1.i386 already installed and latest version Nothing to do

                    – syn4k
                    Jan 25 '11 at 22:11





                    [user@somewhere cms]$ sudo yum install subversion Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: mirror.chpc.utah.edu * base: mirrors.usc.edu * extras: mirror.chpc.utah.edu * updates: centos.mirror.facebook.net Setting up Install Process Package subversion-1.4.2-4.el5_3.1.i386 already installed and latest version Nothing to do

                    – syn4k
                    Jan 25 '11 at 22:11


















                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Unix & Linux Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f6506%2fneed-to-upgrade-svn-on-centos%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    濃尾地震

                    How to rewrite equation of hyperbola in standard form

                    No ethernet ip address in my vocore2