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

Re: Sharing SVN-Repository between Linux/x86 and WinNT

From: Sander Striker <striker_at_apache.org>
Date: 2003-12-30 13:45:00 CET

On Tue, 2003-12-30 at 04:57, Jamie Wilkinson wrote:
> >You might want to rename
> >'/usr/bin/svn' to something like '/usr/bin/svn.bin', then make your
> >script call that, just to hide it a little more.
>
> Too much administrative overhead, I'd have to remember to save the
> wrapper scripts and copy the new binaries out of the way each time I
> upgraded --

No you won't. Simply install in a location that is not normally in
the PATH (e.g. /opt/svn), and point the wrappers (which you do put in
the normal path) to that. You can simply do this by running
./configure --prefix=/opt/svn and saving the config.nice file. On
your next upgrade, copy the config.nice file to the new build dir
and ./config.nice. Simple and effective.

> I have much more important things to worry about, like
> clubbing users.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 30 13:45:47 2003

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.