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

Re: Client Only Build

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-02-02 19:11:24 CET

Steve Greenland wrote:
> On Wed, Feb 02, 2005 at 02:55:18AM -0000, Max Bowsher wrote:
>> Adam Stroud wrote:
>>> Hi All:
>>>
>>> Does any know how to build just the client for subversion 1.1.3? Any
>>> directions/pointers to info would be greatly appreciated.
>>
>> There is no such thing, just do a normal build.
>>
>> It doesn't take significantly longer, or require any extra dependencies.
>
> That's not true.

Yes it is.

> One can pickup dependencies on shared libraries that
> may not be on the machine that the binaries will be deployed on, e.g.
> particular version of BDB.

Which has nothing to do with server-ness, since a local client could use BDB
too.

> Or, if you might happen to have a version of
> the Apache stuff on the machine that you don't want to detect because it
> causes problems with the subversion build.

Which is only one particular kind of subversion server. There's svnserve
too.

> Anyway, the (well, an) answer is:
>
> ../configure --without-berkeley-db --without-apache --without-apxs
> --without-swig
>
> This question seems to pop-up on a fairly regular basis. A
> configure option like '--client-only' would be both convenient and
> self-documenting.

And also entirely incorrect - since the svnserve server will still be built.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 2 19:15:53 2005

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.