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