You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Steve Greenland <st...@lsli.com> on 2004/11/01 21:00:35 UTC

Re: Compile client only?

On Tue, Oct 26, 2004 at 12:23:33AM +0100, Max Bowsher wrote:
> Just do a client/server build. Why do you care about excluding the server?

Because a client-only build takes a hell of a lot less third-party
software, and I don't want to install it all on a bunch of old slow
solaris and AIX boxes that will only ever use ssh+svn?

To the OP: running the configure script with "--without-berkeley-db" may
get you what you want. You *won't* be able to use file:// urls; If by
"client-only" build you meant one that is suitable for local use, that's
probably *not* what you want.

Steve


-- 
"Outlook not so good." That magic 8-ball knows everything! I'll ask
about Exchange Server next.
                           -- (Stolen from the net)

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

Re: Compile client only?

Posted by Max Bowsher <ma...@ukf.net>.
Steve Greenland wrote:
> On Tue, Oct 26, 2004 at 12:23:33AM +0100, Max Bowsher wrote:
>> Just do a client/server build. Why do you care about excluding the 
>> server?
>
> Because a client-only build takes a hell of a lot less third-party
> software, and I don't want to install it all on a bunch of old slow
> solaris and AIX boxes that will only ever use ssh+svn?

Not true. Current Subversion (i.e. 1.1) does not require any additional 
software a server. Sure, it will be a FSFS only server, but a server 
none-the-less. The actual svnserve server is a tiny piece of code. Most of 
the functionality is in the subversion libraries, which you would still be 
building in a client-only build anyway.

> To the OP: running the configure script with "--without-berkeley-db" may
> get you what you want. You *won't* be able to use file:// urls; If by
> "client-only" build you meant one that is suitable for local use, that's
> probably *not* what you want.

The above, of course, applies only to Subversion 1.0.x.

Max.



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