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

Re: installation

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2004-10-26 10:11:11 CEST

John Tannahill wrote:
> I am trying to install subversion 1.1.1 on a linux cluster, but have no
> write access to /usr/local. How do I get things to point to a local
> directory of my choosing?

Independent from Subversion, the typical approach is to set a few environment
vars and then install in the user's home directory:

export PATH=$HOME/bin:$PATH
export LD_LIBRARY_PATH=$HOME/lib:$LD_LIBRARY_PATH
# MAN_PATH, INFO_PATH?
./configure --prefix $HOME
# some progs first require a plain 'make' before this
make install

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 26 10:11:56 2004

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.