Created
March 19, 2014 18:32
-
-
Save nikolazic/9648209 to your computer and use it in GitHub Desktop.
Upgrade to Subversion 1.8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sudo sh -c 'echo "deb http://opensource.wandisco.com/ubuntu precise svn18" >> /etc/apt/sources.list.d/subversion18.list' | |
# sudo wget -q http://opensource.wandisco.com/wandisco-debian.gpg -O- | sudo apt-key add - | |
# sudo apt-get update | |
# sudo apt-cache show subversion | grep '^Version:' | |
Version: 1.8.8-1+WANdisco | |
Version: 1.7.5-1ubuntu2.1 | |
Version: 1.7.5-1ubuntu2 | |
# sudo apt-get install subversion | |
# sudo dpkg -l|grep subversion | |
ii subversion 1.8.8-1+WANdisco | |
# svn --version | |
svn, version 1.8.8 (r1568071) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment