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

Re: svn commit: rev 2274 - trunk

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-06-18 23:33:59 CEST

This change should fix the build problem people saw with 2273. If you have a
working client, then just 'svn update' following by gen-make.py or
autogen.sh. If your installed client got busted, then you can manually patch
it in, or fetch the file using something like:

$ wget http://svn.collab.net/repos/svn/trunk/build.conf

Cheers,
-g

On Tue, Jun 18, 2002 at 04:18:11PM -0500, gstein@tigris.org wrote:
> Author: gstein
> Date: 2002-06-18 21:17 GMT
> New Revision: 2274
>
> Modified:
> trunk/build.conf
> Log:
> Looks like Mike forgot this as part of his 2273 checkin.
>
> * build.conf: add the new FS subdirs to the sources line for
> libsvn_fs. Note that we also need to explicitly mention the *.c in
> the libsvn_fs directory itself, too.
>
>
> Modified: trunk/build.conf
> ==============================================================================
> --- trunk/build.conf (original)
> +++ trunk/build.conf Tue Jun 18 16:17:52 2002
> @@ -108,6 +108,7 @@
> [libsvn_fs]
> type = lib
> path = subversion/libsvn_fs
> +sources = *.c bdb/*.c util/*.c
> install = fs-lib
> libs = libsvn_delta libsvn_subr $(SVN_APRUTIL_LIBS) $(SVN_DB_LIBS) $(SVN_APR_LIBS)
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 18 23:32:12 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.