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

Re: Installing Subversion client for a single user on Linux

From: Sohail Somani <sohail_at_taggedtype.net>
Date: 2007-12-10 01:01:23 CET

On Sun, 09 Dec 2007 15:48:34 -0800, Kenneth Porter wrote:

> I have shell access, and can extract the binaries from the RPM, but I
> don't know what's needed to install them. Do I dump the shared libraries
> into ~/bin? (It's the shared library part that I don't understand.) Is
> any other setup needed?

Yep, just extract all the libraries svn depends on into ~/lib and the
executables into ~/bin.

Then export LD_LIBRARY_PATH=$HOME/lib
and then ~/bin/svn --help

Should work, I think.

-- 
Sohail Somani
http://uint32t.blogspot.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 10 02:33:01 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.