You are here
I am not an expert when it comes to linux but am competent enought to follow directions.
I have been trying to update subversion to 1.8.10 and am having a rather difficult time of it.
I am using TKL 13.0 / Debian 7.8 Wheezy - (Revision Control) as a VM on ESXi
The easiest method of using webmin and going to software packages and searching for an update shows that i am at the most current version(subversion 1.6.17dfsg-4+deb7u9) but the debian packages list 1.8.10 as the most current stable version.
I'm not sure how to update TKL to get this to show up.
I did try to download the .deb package but was unable to complete the install due to missing dependencies, this left my repositories unresponsive and websvn was not pleased with me.
Any suggestions or help would be greatly appreciated.
Dave
A few different options...
As a non-Linux regular you may have missed the bit where versions of software are essentially frozen in a particular version of Debian. Security fixes are backported so as to keep the software secure; but otherwise it statys the same as it was the day that version of Debian was released...
Let's not get into the debate of why that's a good thing; but generally on a server it is (IMO anyway...). But there are obviously downsides too. I'm guessing that your need is probably fuelled by a feature in newer versions or the requirements of a 3rd party tool or something similar. Am I right?
Anyway, currently we are working on a v14.0 release which will be built on Debian Jessie (latest/current stable). So seeing as you are self hosting perhaps you'd be interested in helping us test it out!? I posted a blog post last week which will give you the low down. If you are interested in helping out and need further guidance please ask.
If that's not a direction you'd like to take then you have a couple of other options. I'll give you a basic rundown and if need be I'm more than happy to give extra detail...
Read more about Debian backports here.
Closer
Thanks for the help!
Right now we are not looking into doing an upgrade, and this is also a production server for our internal webserver and the subversion repository.
I keep getting my butt kicked at this point.
I have added
to my /etc/apt/sources.d/sources.list
When I try to run
I get
Any additional help you can provide would be appreciated.
Dave
Did you 'apt-get update' first?
If that still doesn't work, try "apt-cache policy subversion" and copy paste the output.
Requested output
Here is the output as requested
Thank you
I messed up!
Sorry for the problem, It was my mistake.
I was trying to use jessie-backports as my new source in sources.list
It should have been wheezy-backports (https://packages.debian.org/wheezy-backports/subversion)
Then I was able to run apt-get update
Then once the package lists were updated I had to run
Thank you for pointing me in the right direction. Next time I will try to follow them better.
Dave
Glad you got it sorted Dave.
Anyway, you got there in the end and all is well! :)
Add new comment