You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Mário Gamito <mg...@telbit.pt> on 2007/03/27 10:47:19 UTC

Install as non-root

Hi,

Sorry for the lame question, but i am new to Subversion although i'm a 
long time CVS user.

I need to install Subversion as non-root.
This is due to my company's policy: i'm not root at the server,but i 
have to deal with it.
Right now i have to install Subversion with a regular account.

How can i do that ?

Any help would be appreciated.

Warm Regards
-- 
:wq! Mário Gamito

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Install as non-root

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Mar 27, 2007, at 05:47, Mário Gamito wrote:

> I need to install Subversion as non-root.
> This is due to my company's policy: i'm not root at the server,but  
> i have to deal with it.
> Right now i have to install Subversion with a regular account.
>
> How can i do that ?

I think you just tell it where you want it to go, like with most Unix  
software. For example:

./configure --prefix=$HOME/svn
make
make install


-- 

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