Andreas Schildbach wrote:
>Hello everyone,
>
>is it possible to install a working SVN server on Windows XP using just
>binary distributions? (I can't afford Visual C++)
>
It should be possible, yes.
>I've already tried downloading and installing:
>
>apache_2.0.44-win32-x86-no_ssl.msi
>svn-0.17.1-r4503-setup.exe
>
>Installations went smooth, and Apache answers requests on port 80.
>
>Local creation of a repository using "svnadmin create /svnroot" was no
>problem, too.
>
>Now I want to network Subversion:
>
>I tried to add the line
>
>LoadModule dav_svn_module modules/mod_dav_svn.so
>
>and copied the mod_dav_svn.co from <Subversion-install-dir>/apache2/modules
>to <Apache2-install-dir>/modules, but each time I try to start Apache2, it
>fails.
>
>The Apache2 error log just tells:
>
>[Wed Feb 12 23:23:40 2003] [notice] Parent: Created child process 2544
>[Wed Feb 12 23:23:40 2003] [notice] Child 2544: Child process is running
>[Wed Feb 12 23:23:40 2003] [notice] Child 2544: Acquired the start mutex.
>[Wed Feb 12 23:23:40 2003] [notice] Child 2544: Starting 250 worker threads.
>[Wed Feb 12 23:23:44 2003] [notice] Parent: Received shutdown signal --
>Shutting down the server.
>[Wed Feb 12 23:23:44 2003] [notice] Child 2544: Exit event signaled. Child
>process is ending.
>
>Can anyone help me, please?
>
>
I suspect you have to either copy libdb40.dll to
<Apache2-install-dir>/modules together with mod_dav_svn.so, or set your
PATH to point to the directory where you have libdb40.dll.
--
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 Thu Feb 13 00:07:01 2003