pfarrell wrote:
> OK, I'm game.
> Do you just use SVN to load directly into your /usr/local/slimserver
> tree? or do you check it out into a sandbox and setup a softlink to
> from /usr/local to the sandbox?

I don't actually do either since I run two instances of slimserver from
/opt/slimserver/{trunk,6.5}/server :)

But, a better answer to your question would be "the latter", i.e.
something like:

export SANDBOX=/opt/slimserver
mkdir -p ${SANDBOX}
cd ${SANDBOX}
svn co https://svn.slimdevices.com/repos/slim/trunk
service slimserver stop
cd /usr/local
mv slimserver slimserver.orig
ln -s ../..${SANDBOX}/trunk/server slimserver
service slimserver start

It's been so long since I set this up that I don't actually recall if I
had any issues with modules and, if I did, how I resolved them.

I'm actually about to migrate my slimserver onto a new x86_64 box so
I'll no doubt run into some issues.

R.

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to