Skip to content

Instantly share code, notes, and snippets.

@shenmao1989
Created August 21, 2012 12:04
Show Gist options
  • Save shenmao1989/3414932 to your computer and use it in GitHub Desktop.
Save shenmao1989/3414932 to your computer and use it in GitHub Desktop.
ubuntu 升级svn至1.7版本
echo "deb http://opensource.wandisco.com/ubuntu lucid svn17" | sudo tee /etc/apt/sources.list.d/svn.list
sudo wget -q http://opensource.wandisco.com/wandisco-debian.gpg -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get dist-upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment