> From: Peter Johnson [mailto:peterj@nec.com.au]
> Sent: 25 July 2002 08:22
> Hi 
> 
> I have built Subversion 0.13.2 for Windows 2000 but I have a question
> about the directory layout before I attempt to build 0.14.0.
> 
> My build included the httpd-2.0.39 with all modules, Subversion ra_local
> and ra_dav, the cmdline client and the mod_dav_svn. It all appears to
> work fine (I have just done some simple tests and connected to the svn
> server with IE 5.5). 
> 
> However, I don't understand the directory layout used by the Visual C
> DSP files. The include and library paths are confusing me. I have the
> following layout:
> 
> Subversion/
>    build_tools
>    httpd-2.0.39/
>        srclib/
>           apr
>           apr-util
>           etc
> 
>    svn/
>        db4-win32/
>        neon/
>        subversion/
>            libsvn_subr/
>            etc
I don't build apache on windows (although I should), so I'll just
give you the layout I use for subversion itself:
  openssl-0.9.6d/
  subversion/
    apr/
    apr-util/
    apr-iconv/
    db4-win32/
    neon/
    subversion/
      ..
    ..
  zlib114-win32/
If you want to use ssl and/or zlib, go and read the neon documentation
and modify subversion/build/win32/build_neon.bat:
--- .svn\text-base\build_neon.bat.svn-base      Wed Jul 24 12:58:04 2002
+++ build_neon.bat      Fri Jun 28 08:46:02 2002
@@ -5,8 +5,10 @@
 @rem * Edit and uncomment the following lines to add zlib and OpenSSL
 @rem * support to the Meon libraries:
 @rem *
-@rem set OPENSSL_SRC=..\..\common\openssl
-@rem set ZLIB_SRC=..\..\common\zlib113-win32
+
+set OPENSSL_SRC=..\..\openssl-0.9.6d
+set ZLIB_SRC=..\..\zlib114-win32
+
 @rem *
 @rem * NOTE: The paths should be relative to the Neon directory, ..\..\neon
 @rem **************************************************************************
You will have to build zlib and openssl in advance.
HTH,
Sander
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 25 09:57:12 2002