Skip to content

Instantly share code, notes, and snippets.

@jasonbradley
Last active August 29, 2015 14:10
Show Gist options
  • Save jasonbradley/ed46d7ea2f200ab42714 to your computer and use it in GitHub Desktop.
Save jasonbradley/ed46d7ea2f200ab42714 to your computer and use it in GitHub Desktop.
Install subversion 1.7 on CentOS 6.5
## install subversion 1.7.x ##
wget http://pkgs.repoforge.org/subversion/subversion-1.7.1-0.1.el6.rfx.x86_64.rpm /tmp
sudo rpm -ivh /tmp/subversion-1.7.1-0.1.el6.rfx.x86_64.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment