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

Re: merge fs-abstraction branch onto trunk

From: Chris Foote <cfoote_at_v21.me.uk>
Date: 2004-04-29 02:02:17 CEST

----- Original Message -----
From: "Greg Hudson" <ghudson@MIT.EDU>
To: <dev@subversion.tigris.org>
Sent: Wednesday, April 28, 2004 9:51 PM
Subject: RFC: merge fs-abstraction branch onto trunk

> I believe the fs-abstraction branch to be ready for merging onto the
> trunk.
...
> If no one speaks up, and I don't discover any reason why I was wrong
> about the branch, I'll merge it in tomorrow evening.
>

The win32 build needs the following patch.
Also need to add svn:eol-style=native to the files in libsvn_fs.

Regards
Chris

Log:

Build the fsap libraries as static libs on Win32.

* build.conf
  (libsvn_fs_base, libsvn_fs_fs): Add msvc-static.

Index: build.conf
===================================================================
--- build.conf (revision 9557)
+++ build.conf (working copy)
@@ -153,6 +153,7 @@
 sources = *.c bdb/*.c util/*.c
 install = bdb-lib
 libs = libsvn_delta libsvn_subr aprutil apriconv bdb apr
+msvc-static = yes
 
 [libsvn_fs_fs]
 type = fs-module
@@ -160,6 +161,7 @@
 sources = *.c
 install = lib
 libs = libsvn_delta libsvn_subr aprutil apriconv apr
+msvc-static = yes
 
 # General API for accessing repositories
 [libsvn_ra]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 29 02:02:56 2004

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.