Request a topic or
contact an Arke consultant
404-812-3123
SVN

Arke Systems Blog

Useful technical and business information straight from Arke.

About the author

Author Name is someone.
E-mail me Send mail

Recent comments

Archive

Authors

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2024

Upgrading to Subversion 1.5.* on a Debian Box

  1. # apt-get clean
  2. Edit the following configuration file  /etc/apt/apt.conf.d/70debconf
  3. Add the following line to the configuration file:
    1. APT::Cache-Limit "16777216";
  4. Save and Exit
  5. Edit the following configuration file /etc/apt/sources.list
  6. Add the following two lines: 
    1. deb http://ftp.us.debian.org/debian/ sid main 
    2. deb-src http://ftp.us.debian.org/debian/ sid main
  7. Save and Exit
  8. # apt-get update
  9. # apt-get install subversion

Posted by trenton adams on Saturday, September 6, 2008 3:41 PM
Permalink | Comments (0) | Post RSSRSS comment feed