Yes, it would then build on windows.
With the following patch some very basic tests pass.
- Create and do a commit to a bdb repo.
- Create an fs repo, but commit fails, with this error:
Transmitting file data .svn: Commit failed (details follow):
svn: Can't remove 'D:/repos/fsfs-test/db/transactions/RxmMpD.txn':
The directory is not empty.
But looking at the directory it is empty.
Hope this helps.
Regards,
Chris
Index: svn_private_config.hw
===================================================================
--- svn_private_config.hw (revision 9568)
+++ svn_private_config.hw (working copy)
@@ -36,6 +36,12 @@
/* Name of system's null device */
#define SVN_NULL_DEVICE_NAME "nul"
+/* Link fs base library into the fs library */
+#define SVN_LIBSVN_FS_LINKS_FS_BASE
+
+/* Link fs fs library into the fs library */
+#define SVN_LIBSVN_FS_LINKS_FS_FS
+
/* Link local repos access library to client */
#define SVN_LIBSVN_CLIENT_LINKS_RA_LOCAL
----- Original Message -----
From: "Greg Hudson" <ghudson@MIT.EDU>
To: "Chris Foote" <cfoote@v21.me.uk>
Cc: <dev@subversion.tigris.org>
Sent: Thursday, April 29, 2004 1:16 AM
Subject: Re: merge fs-abstraction branch onto trunk
> On Wed, 2004-04-28 at 20:02, Chris Foote wrote:
> > The win32 build needs the following patch.
> > Also need to add svn:eol-style=native to the files in libsvn_fs.
>
> Done.
>
> Does that mean it builds on Windows, or were those just the first
> problems you ran into?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 30 01:02:19 2004