Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
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 !

Search found 2 matches

by JoachimO
02 Jan 2010, 10:38
Forum: Howtos
Topic: HOWTO: Subversion
Replies: 16
Views: 38070

Re: HOWTO: Subversion

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

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 ...
by JoachimO
02 Jan 2010, 07:28
Forum: Howtos
Topic: HOWTO: Subversion
Replies: 16
Views: 38070

Re: HOWTO: Subversion

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

Changed the /etc/apt/sources.list to
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 ...