Skip to content

Instantly share code, notes, and snippets.

@chabala
Last active August 29, 2015 14:19
Show Gist options
  • Save chabala/4db5f60b96612cd59c84 to your computer and use it in GitHub Desktop.
Save chabala/4db5f60b96612cd59c84 to your computer and use it in GitHub Desktop.
Install SVN 1.6 in Ubuntu (don't ask why)
#!/usr/bin/env bash
sudo echo 'deb http://us.archive.ubuntu.com/ubuntu precise main' >> /etc/apt/sources.list
sudo apt-get update
sudo apt-get install subversion=1.6.17dfsg-3ubuntu3 libsvn1=1.6.17dfsg-3ubuntu3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment