You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Carl Brewer <ca...@vivitec.com.au> on 2004/11/22 01:39:08 UTC

building just a svn client?


I'm in the process of moving a lot of older boxes (lots of
old RedHat) to SVN from CVS, and I was wondering if
it's easily doable to build a svn client (just the svn binary)
and not all the other admin and server parts, with some
easy to recognise switch in configure?  I don't need or
want to build mod_dav_svn, or any of the svnadmin etc
on my machines that are only ever going to be clients.  I
know I can hand-hack makefiles etc, but is there (I couldn't
see one with a quick look) ./configure --just-client sort of
option?  (subversion 1.1.1)

Any suggestions?

thanks!

Carl



-- 
=======================
Vivitec Pty. Ltd.
Suite 6, 51-55 City Rd.
Southbank, 3006.
Ph. +61 3 8626 5626
Fax +61 3 9682 1000
=======================

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

Re: building just a svn client?

Posted by Max Bowsher <ma...@ukf.net>.
Carl Brewer wrote:
> I'm in the process of moving a lot of older boxes (lots of
> old RedHat) to SVN from CVS, and I was wondering if
> it's easily doable to build a svn client (just the svn binary)
> and not all the other admin and server parts, with some
> easy to recognise switch in configure?  I don't need or
> want to build mod_dav_svn, or any of the svnadmin etc
> on my machines that are only ever going to be clients.  I
> know I can hand-hack makefiles etc, but is there (I couldn't
> see one with a quick look) ./configure --just-client sort of
> option?  (subversion 1.1.1)
>
> Any suggestions?

Just build normally and don't install the bits you don't want.
Doing so won't introduce any extra dependencies - not having apache dev 
stuff available will just result in mod_dav_svn not being built.

Max.


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