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

Re: Installing SVN without root access

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2006-06-20 10:53:53 CEST

On Monday 19 June 2006 20:13, Tyson Tate wrote:
> I'd like to run trac (and, by extension, SVN) on my shared hosting
> account with Bluehost, but they don't allow root access. Is it
> possible to install SVN without root access?
>
> If anyone has any pointers for installing trac without root access,
> as well, I'd appreciate that too. (Though I imagine trac-related info
> should be sent off-list to avoid going off-topic.)

Subversion is based on the GNU autotools as build system, so the
straightforward way is to pass '--prefix=<whatever>' to the configure script.
You will have to do some more setting up of some paths (in particular that
for the dynamic linker) though, but a 'make install' already tells you that.

Another problem is providing the necessary service via the net. The easiest
would be to use svnserve [x]inetd, but without root access that's not for you
to configure. It's an isolated change though and running subversion as your
user so you might even be able to convince people to set it up for you.
Otherwise, using svnserve on any available port would be an idea, but getting
the service up and keeping it running is more complicated that with inetd
(I'm not sure how to best setup this scenario).

Uli

****************************************************
Visit our website at <http://www.domino-printing.com/>
****************************************************
This Email and any files transmitted with it are intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any reading, redistribution, disclosure or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you are not the intended recipient please contact the sender immediately and delete the material from your computer.

E-mail may be susceptible to data corruption, interception, viruses and unauthorised amendment and Domino UK Limited does not accept liability for any such corruption, interception, viruses or amendment or their consequences.
****************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 20 10:59:31 2006

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.