[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: rpm version mismatchs "svn --version"

From: Kris Deugau <kdeugau_at_vianet.ca>
Date: 2006-11-08 20:52:21 CET

Tim Liu wrote:
> I dowload via
> http://the.earth.li/pub/subversion/summersoft.fay.ar.us/pub/subversion/latest/rhel-4/i386/

That should be OK.

> I assume it is 1.4 but 1.1.4
>
> [] rpm -qlp subversion-1.4.0-1.i386.rpm
> /usr/bin/svn

You're querying the package file "subversion-1.4.0-1.i386.rpm" in the
current directory, not the installed package "subversion-......."
(whatever that actually is).

Try rpm -qf `which svn`, to see if rpm even knows about the one that
seems to be coming up.

Try rpm -q subversion; that should tell you which version of SVN rpm
thinks is actually installed.

-kgd

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 8 20:53:18 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.