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

RE: mod_svn_dav seems to have killed by Windows Apache server (Wa s: svnserve on Windows)

From: Leeuw van der, Tim <tim.leeuwvander_at_nl.unisys.com>
Date: 2003-03-26 11:44:51 CET

Time to cover myself in shame: I had not rebooted the computer after
installing SVN so the account running Apache didn't yet have the right path
settings etc.

(Still curious that those settings were undone after the de-install of the
previous version. But perhaps I rebooted after uninstalling, and not after
re-installing. I don't remember now)

Apologies.

--Tim

-----Original Message-----
From: Leeuw van der, Tim
Sent: woensdag 26 maart 2003 10:42
To: Leeuw van der, Tim; 'John Barstow'; Subversion Dev (E-mail)
Subject: RE: mod_svn_dav seems to have killed by Windows Apache server
(Was: svnserve on Windows)

Sorry to follow up to my own mail, and so soon, but a little bit more
information:

* I found out that I can start Apache with -e DEBUG. When I do that, I see
all modules loading and then nothing. Unfortunately, the DEBUG output is the
same for a successful startup and an unsuccessful startup :-(

* Apache starts up as a service when I remove both the LoadModule and the
<Location> directives.

* Apache doesn't start as a service when I remove the <Location> directive
for SVN, but leave the LoadModule mod_dav_svn.so in (so it's not something
in my <Location> directive that it doesn't like).

* And I said already, but just to stress it: Apache starts up correctly with
my original config when started at command-line, not as service.

With regards,

--Tim

-----Original Message-----
From: Leeuw van der, Tim [mailto:tim.leeuwvander@nl.unisys.com]
Sent: woensdag 26 maart 2003 10:28
To: 'John Barstow'; Subversion Dev (E-mail)
Subject: mod_svn_dav seems to have killed by Windows Apache server (Was:
svnserve on Windows)

Hey,

I just installed SVN 0.20 yesterday and my apache also doesn't start anymore
(I skipped 0.19 so I don't know about that version).

Platform: Win2k, SP3. Apache 2.0.44.

The following is in my Apache config (and worked before):

<Location /svn>
    DAV svn
    SVNParentPath c:/svn
    Options Indexes
</Location>

Any changes to the config that I missed? Or is this a newly introduced bug?
In the latter case, I think it's worth making a new patch release once this
is fixed.

About the only thing in my config that isn't in the example in the book is
'Options Indexes'.

Apache crashes now when started as a service, but if I start apache from the
command-line it works, and I can access the SVN repositories:

"C:\Program Files\Apache Group\Apache2\bin\Apache.exe" -f "C:\Program
Files\Apache Group\Apache2\conf\httpd.conf" -d "C:\Program Files\Apache
Group\Apache2\."

Any clues and pointers welcome, specifically how to get a trace from Apache
when it starts as a server! (error.log doesn't give any info on this.)

Regards,

--Tim

-----Original Message-----
From: John Barstow [mailto:John_Barstow@gfsg.co.nz]
Sent: woensdag 26 maart 2003 1:46
To: Subversion Dev (E-mail)
Subject: svnserve on Windows

I'm contemplating on switching from the memory-hogging WebDAV protocol to
the svn protocol. However, I can't figure out how to run this thing on
Windows - can someone post an example?

Simply running the server with no arguments does not appear to start
listening on a port. And there appears to be extremely sparse documentation
for the various flags.
If I can get it serving to a single client I'll be happy - I can take it
from there.

Speaking of WebDAV, the latest version(0.20) of the mod_svn_dav seems to
have killed by Windows Apache server (2.0.44). It consumes 300+ megs of
memory before the clients time out.

---------------------------------------------------------------------
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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 26 11:46:01 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.