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

Re: how to install ?

From: Mike Mason <mgm_at_thoughtworks.net>
Date: 2003-11-17 16:03:36 CET

Bert Douglas wrote:

> Here is what I did. I got all the rpms and put them in a new temp
> directory. Did su to root. cd'd to the temp directory. And typed
> the following command:
>
>
> rpm --nodeps -Uvh *.rpm
>
Using --nodeps is bad, and causes RPM to install the package you asked
for without installing any packages it might depend on. If you really
had got all the RPMs you need for Subversion, then you wouldn't have
needed --nodeps.

Try again without --nodeps and try to resolve the other dependencies it
complains about.

Cheers,
Mike.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 17 16:05:39 2003

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.