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

Installing SVN Server on Windows using just binary distributions?

From: Andreas Schildbach <andreas_at_schildba.ch>
Date: 2003-02-12 23:51:19 CET

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
Received on Wed Feb 12 23:52:17 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.