[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: Branko Čibej <brane_at_xbc.nu>
Date: 2002-09-06 03:16:46 CEST

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 03:17:34 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.