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

RE: windows/dav newbie configuration question

From: David Viner <dviner_at_yahoo-inc.com>
Date: 2002-09-06 18:45:32 CEST

This isn't really different from the INSTALL instructions.
It's just a bit more verbose. There are a few points that I noticed tho in building that aren't mentioned in the INSTALL instructions.

First, you *must* build the apache source before the mod_dav_svn. Second, (minor) the apache distribution normally unzips to httpd-2.0.40 (or whatever version) and the mod_dav_svn project file requires the dir to be named httpd-2.0. Third, you end up with two sets of apr and apr-util (one in httpd-2.0/srclib/apr{util} and one in svn/apr{util}), but this is alright. Fourth, if you use the neon from CVS, your build will fail because config.hw isn't there. (My workaround was to run ./.release.sh 0.23.3 in cygwin.) I believe that the release zip file doesn't suffer from this problem.

These aren't truly different from the INSTALL instructions, but they are just little gotchas that would be nice to mention in the instructions. Personally, I'm a big fan of step-by-step instructions that will take a user from zero to completely built and installed system. The INSTALL instructions were awesome but I did hit these little points.

(BTW - I was prompted to do this because I had troubles with the installer (svn-0.14.2-r3033-setup.exe). But I think these little extra points are worth mentioning.)

dave

-----Original Message-----
From: Branko Cibej [mailto:brane@xbc.nu]
Sent: Thursday, September 05, 2002 6:17 PM
To: David Viner
Cc: dev@subversion.tigris.org
Subject: Re: windows/dav newbie configuration question

David Viner wrote:

>Hi again,
> here's the resolution that I've found about this problem. I recompiled
>everything from source on my machine, and now it works with these steps:
>
>1. Install stuff as:
>.../
> httpd-2.0/
> srclib/
> apr/
> aprutil/
> subversion-src/
> subversion/
> mod_dav_svn/
> db4-win32
>
>2. Build apache (i used VC++)
>2a. Build the apr.lib and aprutil.lib (in the httpd-2.0 workspace)
>
>3. Build subversion (again i used VC++)
>4. Build the mod_dav_svn.so (from the mod_dav_svn project in the subversion
>workspace)
>5. Install the newly built mod_dav_svn.so
>6. Add these lines to the Apache conf:
>
>## SUBVERSION
><Location /svn/repos>
> DAV svn
> SVNPath d:/svnrepos/take2
></Location>
>
>

How is this different from the instructions in INSTALL?

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 6 18:46:03 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.