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

Re: SVN client on RedHat 7.2

From: Thomas Despoix <despoix_at_openxtrem.com>
Date: 2007-03-07 23:33:18 CET
Thanks for your information. Yet, even if I'm not fully familiar with installing packages and dependency rules, I'm probably missing something but when i do something like :

> rpm -ivh subversion-tools-1.3.2-1.rh7x.i386.rpm

Here is rpm's answer :

error: failed dependencies:
        apache-libapr >= 2.0.48-0.1 is needed by subversion-1.3.2-1
        neon >= 0.24.7 is needed by subversion-1.3.2-1
        python2 is needed by subversion-1.3.2-1
        libapr-0.so.0   is needed by subversion-1.3.2-1
        libaprutil-0.so.0   is needed by subversion-1.3.2-1
        libcrypto.so.2   is needed by subversion-1.3.2-1
        libneon.so.24   is needed by subversion-1.3.2-1
        libssl.so.2   is needed by subversion-1.3.2-1

Doesn't that mean I somehow need some Apache librapr up to a 2.0.x version for instance?

When I try to install neon, I get :
        zlib >= 1.1.4 is needed by neon-0.24.7-1
        libcrypto.so.2   is needed by neon-0.24.7-1
        libssl.so.2   is needed by neon-0.24.7-1

Finally, where do I find libapr and libapr util, as well à libcrypto and libssl ?

It sounds like I have many package to install or upgrade. Is that correct, or am I totally missing something ?

Thanks in advance for your help,

Ryan Schmidt a écrit :
On Mar 6, 2007, at 11:29, Thomas Despoix wrote:

I'm running an old RedHat 7.2 server on which I want to install an SVN client. I went to the following download site : http://the.earth.li/pub/subversion/summersoft.fay.ar.us/pub/subversion/latest/.

My problem is the following, Subversion has a lot prerequisites, including Apache 2.0 and other stuff, all of which I could not upgrade. I was wondering what was the most minimal SVN client package to access remote servers for source codes manipulation (update, commit, etc.)

Subversion does not require Apache 2. Subversion can use Apache 2, and if you want to serve a repository over the http or https protocols, you will need Apache 2. But if you just want to access other repositories, you don't need Apache 2.

To access http repositories, you need neon. To access https repositories, you need neon compiled with openssl support.

Subversion always needs apr and apr-util.


--
To reply to the mailing list, please use your mailer's Reply To All function


---------------------------------------------------------------------
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 Received on Wed Mar 7 23:33:56 2007

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.