Nov
4
Debian Lenny: updating to SVN 1.6.4
November 4, 2009 | 1 Comment
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
1deb http://www.backports.org/debian lenny-backports main contrib non-free
- get the public key from lenny-backports running the following command
1wget -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
Debian Lenny: updating to SVN 1.6.4 http://bit.ly/4xwnMx