New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Upgrading Bubba to use latest Subversion SVN package

Got problems with your B2 or B3? Share and get helped!
Post Reply
pdjclark
Posts: 2
Joined: 28 Mar 2009, 09:12

Upgrading Bubba to use latest Subversion SVN package

Post by pdjclark »

I am using my Bubba as a mirror server for our company Subversion SVN Repository. The latest version that I can get via apt-get install subversion is v1.4.2 but the Debian website shows that v1.5.1 is available as stable under Lenny. (see http://packages.debian.org/search?keywo ... on&exact=1)

Is it possible for me to get this later version now, or do I have to upgrade my whole Bubba install to Lenny, or what??

Any advice gratefully received.

Paul
jonj1
Posts: 51
Joined: 24 Oct 2008, 15:33

Re: Upgrading Bubba to use latest Subversion SVN package

Post by jonj1 »

Thankfully Subversion 1.5.1 is in the etch-backports repository, and it works fine with bubba2. To install, add this line

Code: Select all

deb http://www.backports.org/debian etch-backports main contrib non-free
to

Code: Select all

/etc/apt/sources.list
and these lines

Code: Select all

Package: subversion
Pin:  release a=etch-backports
Pin-Priority: 1001
to

Code: Select all

/etc/apt/preferences

then

Code: Select all

apt-get install subversion
should do the trick.

Jon
Last edited by jonj1 on 08 Sep 2009, 11:52, edited 1 time in total.
pdjclark
Posts: 2
Joined: 28 Mar 2009, 09:12

Re: Upgrading Bubba to use latest Subversion SVN package

Post by pdjclark »

Hi Jon,
I just returned from 2 weeks vacation (not ignoring you!) and will try your suggestion,

many thanks

Paul
afriendcalledben
Posts: 10
Joined: 04 May 2007, 05:28

Re: Upgrading Bubba to use latest Subversion SVN package

Post by afriendcalledben »

Hi Jon,

Did you mean to say that both:

Code: Select all

deb http://www.backports.org/debian etch-backports main contrib non-free
and:

Code: Select all

Package: subversion
Pin:  release a=etch-backports
Pin-Priority: 1001
should be posted to:

Code: Select all

/etc/apt/sources.list
Doesn't seem to fit the format of /etc/apt/sources.list.

Thanks for any advice you can give. Trying to get SVN going on the old bubba for my personal work.

Cheers.
carl
Posts: 474
Joined: 07 May 2008, 04:41

Re: Upgrading Bubba to use latest Subversion SVN package

Post by carl »

afriendcalledben wrote:Hi Jon,

Did you mean to say that both:

Code: Select all

deb http://www.backports.org/debian etch-backports main contrib non-free
and:

Code: Select all

Package: subversion
Pin:  release a=etch-backports
Pin-Priority: 1001
should be posted to:

Code: Select all

/etc/apt/sources.list
Doesn't seem to fit the format of /etc/apt/sources.list.

Thanks for any advice you can give. Trying to get SVN going on the old bubba for my personal work.

Cheers.
The pinning should be done in /etc/apt/preferences

/Carl
jonj1
Posts: 51
Joined: 24 Oct 2008, 15:33

Re: Upgrading Bubba to use latest Subversion SVN package

Post by jonj1 »

carl wrote:The pinning should be done in /etc/apt/preferences
Thanks for pointing that out, I'll update the earlier post.

Jon
Post Reply