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

RE: Installing SVN Server on Windows using just binary distributi ons?

From: Dale Hirt <dale_at_sbcltd.com>
Date: 2003-02-13 00:04:55 CET

Andreas,

I also had a similar problem. You need to place libdb40.dll into
<Apache2-install-dir>/bin so that Apache can see it. It's looking for the
Berkeley DB routines.

Dale

-----Original Message-----
From: Andreas Schildbach [mailto:andreas@schildba.ch]
Sent: Wednesday, February 12, 2003 2:51 PM
To: dev@subversion.tigris.org
Subject: Installing SVN Server on Windows using just binary
distributions?

Hello everyone,

is it possible to install a working SVN server on Windows XP using just
binary distributions? (I can't afford Visual C++)

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?

Regards,

Andreas

---------------------------------------------------------------------
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 Thu Feb 13 00:05:47 2003

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.