Ubuntu – how to install latest version of svn

svnversions

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.

Best 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.

Related Question