You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Walter Nicholls <wa...@cornerstone.co.nz> on 2004/03/01 23:02:26 UTC

RE: Re: Xandros OS and .deb binaries of subversion

Subversion isn't in debian stable. As far as I know, it isn't even in
testing yet (although that may have changed in the last day or two: you
can check at http://packages.debian.org)

    apt-get install subversion

... won't find it at all.

    apt-get install unstable/subversion

... will find subversion, but won't find any of the packages it depends
on. For instance, not even apache2 is in stable (it is in testing
though)

If you are willing to deal with any possible conflicts with running a
mixed distro, then try 

  apt-get -t unstable install subversion

This will resolve dependencies through the unstable branch.  You
*shouldn't* have any problems. My subversion box is running debian
testing ("sarge") with subversion from unstable; my web server/mail
gateway is running debian stable and some packages from testing and
unstable (although not subversion).  I did have to reboot once (yes
really) when a package installed but did not stop and restart some
running services, but other than that it all works fine. 

Walter Nicholls
Technology Manager
Cornerstone Software Ltd (http://www.cornerstone.co.nz/)


-----Original Message-----
From: Florian Weimer [mailto:fw@deneb.enyo.de] 
Sent: Thursday, 26 February 2004 7:39 a.m.
To: Bryan Simmons
Cc: users@subversion.tigris.org
Subject: Re: Xandros OS and .deb binaries of subversion

Bryan Simmons wrote:

> I am running Xandros OS which is just a debian clone that's tweaked to
> work like Windows.  It uses a souped-up version of apt-get to do
package
> installations.  My problem is that I've used the debian-woody
repository
> listed on the subversion site
> (http://people.debian.org/~cjwatson/subversion-woody/) but when I go
to
> install one of the packages, Xandros-Networks (apt-get gui) says that
it
> can't install the deb file due to broken packages.  

You should provide more details.  Your installer should display the
missing or conflicting dependencies.

-- 
Current mail filters: many dial-up/DSL/cable modem hosts, and the
following domains: atlas.cz, bigpond.com, freenet.de, hotmail.com,
libero.it, netscape.net, tiscali.co.uk, tiscali.cz, tiscali.it,
voila.fr,
wanadoo.fr, yahoo.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: Xandros OS and .deb binaries of subversion

Posted by Robert Guthrie <rg...@pobox.com>.
You can get stable-compatible binaries of subversion at 
http://backports.org .  My apt line looks like this:

deb http://www.backports.org/debian stable subversion

If you want subversion-tools, you'll have to install the extra package 
libdigest-md3-perl included in the same subdirectory.  I just did it by 
hand (you can browse the repository from their main web page).

Walter Nicholls wrote:
> Subversion isn't in debian stable. As far as I know, it isn't even in
> testing yet (although that may have changed in the last day or two: you
> can check at http://packages.debian.org)
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org