Thursday, April 12, 2012

Install subversion 1.6 under Lenny

Add this source to /etc/apt/sources.list

deb http://archive.debian.org/debian-backports lenny-backports main contrib non-free


then run:

apt-get update

and finally:


apt-get -t lenny-backports install --reinstall subversion

2 comments:

Anonymous said...

Excellent! Thanks for the post :)

BTW the sources list above should end with "non-free" (no dash in front of "non"

Tehrani said...

You are right. Thanks for correction :)