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 !

HOWTO: Subversion

A collection of tips on howto tweak your Bubba.
JoachimO
Posts: 2
Joined: 02 Jan 2010, 07:00

Re: HOWTO: Subversion

Post by JoachimO »

Trying to install subversion on Bubba One without success, perhaps only working with Bubba Two ?

Changed the /etc/apt/sources.list to

Code: Select all

deb http://www.backports.org/debian lenny-backports main contrib non-free
Success with
apt-get update

Trying to install the subversion packages
apt-get -t lenny-backports install subversion

Giving dependency/broken link error, anyone know how to solve this ? Install updated packages ? Where to start ?

Thanks for help
/Joachim

Code: Select all

Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  subversion: Depends: libsvn1 (= 1.6.4dfsg-1~bpo50+1) but it is not going to be installed
              Depends: libapr1 but it is not installable
              Depends: libc6 (>= 2.7-1) but 2.3.2.ds1-22sarge4 is to be installed
              Depends: libsasl2-2 but it is not installable
E: Broken packages
JoachimO
Posts: 2
Joined: 02 Jan 2010, 07:00

Re: HOWTO: Subversion

Post by JoachimO »

I solved it myself.
Re-checked the source.list file and found the following lines to do the trick.

Code: Select all

deb http://archive.debian.org/debian sarge main
deb-src http://archive.debian.org/debian sarge main
deb http://update.excito.net/ bubba main
Then just apt-get install subversion, next step is tro try get Trac installed. Python is there.
Post Reply