I currently have SVN server installed on my Linux Ubuntu machine, version 1.6.12.
I see that the latest version is 1.8.x and would like to update my installation to it, so I run:
sudo apt-get update
sudo apt-get install subversion
svnserve --version
And it's telling me that it's still running version 1.6.12...
What's going on here?!? How do I actually update my installation through apt-get?