Working with Windwos users on my SVN repository, I needed to upgrade SVN to match with their Tortoise version. Here are the steps to do so:

  • add the line below to /etc/apt/sources.list
    1
    deb http://www.backports.org/debian lenny-backports main contrib non-free
  • get the public key from lenny-backports running the following command
    1
    wget -O - http://backports.org/debian/archive.key | apt-key add -
  • run aptitude update
  • install subversion aptitude -t lenny-backports install subversion

Comments

1 Comment so far

  1. samantha says:

    Debian Lenny: updating to SVN 1.6.4 http://bit.ly/4xwnMx

Name (required)

Email (required)

Website

Leave a Reply