how do I install latest version of svnHow do I install svn?How do I get the svn client to use a different...

What is the meaning of option 'by' in TikZ Intersections

Should I use HTTPS on a domain that will only be used for redirection?

Do natural melee weapons (from racial traits) trigger Improved Divine Smite?

A bug in Excel? Conditional formatting for marking duplicates also highlights unique value

New invention compresses matter to produce energy? or other items? (Short Story)

Why aren't there more gauls like Obelix?

Why do we call complex numbers “numbers” but we don’t consider 2 vectors numbers?

Where do you go through passport control when transiting through another Schengen airport on your way out of the Schengen area?

Is there such a thing in math the inverse of a sequence?

School performs periodic password audits. Is my password compromised?

Is every open circuit a capacitor?

The (Easy) Road to Code

Under what conditions would I NOT add my Proficiency Bonus to a Spell Attack Roll (or Saving Throw DC)?

Giving a talk in my old university, how prominently should I tell students my salary?

Create chunks from an array

Is "cogitate" an appropriate word for this?

How do we objectively assess if a dialogue sounds unnatural or cringy?

Are Wave equations equivalent to Maxwell equations in free space?

Too soon for a plot twist?

Rationale to prefer local variables over instance variables?

Is there a way to find out the age of climbing ropes?

Was it really inappropriate to write a pull request for the company I interviewed with?

Why is my explanation wrong?

Can inspiration allow the Rogue to make a Sneak Attack?



how do I install latest version of svn


How do I install svn?How do I get the svn client to use a different copy of SSL?installed TRAC and SVN on ubuntu server 12.04LTS - login not working, and no svn connectionHow to access SVN from other machinesHow can I install subversion client in Ubuntu?Unable to run svn commands on a repository version 1.7svn+ssh isn't work by using user svnUpgrade SVN version after Ubuntu upgradeinstalling svn on Ubuntu 16.04How can I install subversion 1.5.1 (very old release)













1















after running the command



sudo apt-get install subversion



and checking the version of svn using command
svn --version



the version was 1.9. But the latest version is 1.11.
How should I get the latest version.










share|improve this question



























    1















    after running the command



    sudo apt-get install subversion



    and checking the version of svn using command
    svn --version



    the version was 1.9. But the latest version is 1.11.
    How should I get the latest version.










    share|improve this question

























      1












      1








      1








      after running the command



      sudo apt-get install subversion



      and checking the version of svn using command
      svn --version



      the version was 1.9. But the latest version is 1.11.
      How should I get the latest version.










      share|improve this question














      after running the command



      sudo apt-get install subversion



      and checking the version of svn using command
      svn --version



      the version was 1.9. But the latest version is 1.11.
      How should I get the latest version.







      versions svn






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Feb 1 at 5:07









      Rahul ShawRahul Shaw

      61




      61






















          2 Answers
          2






          active

          oldest

          votes


















          0














          First, try to update the packages using the following command:



          sudo apt-get update


          then Install using these following commands



          sudo apt-get install subversion
          sudo apt-get install libapache2-mod-svn





          share|improve this answer































            0














            Subversion 1.11 is not in Ubuntu yet.



            You can give a look at the available PPAs but you may have to install 1.11 by hand if you need this version.






            share|improve this answer

























              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "89"
              };
              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: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              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%2faskubuntu.com%2fquestions%2f1114618%2fhow-do-i-install-latest-version-of-svn%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              0














              First, try to update the packages using the following command:



              sudo apt-get update


              then Install using these following commands



              sudo apt-get install subversion
              sudo apt-get install libapache2-mod-svn





              share|improve this answer




























                0














                First, try to update the packages using the following command:



                sudo apt-get update


                then Install using these following commands



                sudo apt-get install subversion
                sudo apt-get install libapache2-mod-svn





                share|improve this answer


























                  0












                  0








                  0







                  First, try to update the packages using the following command:



                  sudo apt-get update


                  then Install using these following commands



                  sudo apt-get install subversion
                  sudo apt-get install libapache2-mod-svn





                  share|improve this answer













                  First, try to update the packages using the following command:



                  sudo apt-get update


                  then Install using these following commands



                  sudo apt-get install subversion
                  sudo apt-get install libapache2-mod-svn






                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Feb 1 at 6:24









                  Sunil ValmikiSunil Valmiki

                  1113




                  1113

























                      0














                      Subversion 1.11 is not in Ubuntu yet.



                      You can give a look at the available PPAs but you may have to install 1.11 by hand if you need this version.






                      share|improve this answer






























                        0














                        Subversion 1.11 is not in Ubuntu yet.



                        You can give a look at the available PPAs but you may have to install 1.11 by hand if you need this version.






                        share|improve this answer




























                          0












                          0








                          0







                          Subversion 1.11 is not in Ubuntu yet.



                          You can give a look at the available PPAs but you may have to install 1.11 by hand if you need this version.






                          share|improve this answer















                          Subversion 1.11 is not in Ubuntu yet.



                          You can give a look at the available PPAs but you may have to install 1.11 by hand if you need this version.







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited 4 mins ago









                          Pang

                          13526




                          13526










                          answered Feb 1 at 9:48









                          Alexandre AnriotAlexandre Anriot

                          1




                          1






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Ask Ubuntu!


                              • 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%2faskubuntu.com%2fquestions%2f1114618%2fhow-do-i-install-latest-version-of-svn%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

                              Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

                              Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

                              Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...