Hi there, i am currently evaluating Subversion as our new version
control system, instead of CVS which we used until now. Now i got
problems setting it up on our test server, and none of the FAQ/Tutorials
help me..
SO i decided to ask my question here.
Configuration:
Windows2000 Prof,
Apache 2.0.43
512 MB RAM
AMD Athlon 1GHZ
I am trying to setup Subversion 0.14.3 ( September 24 2002 1:27:12 build
) from the provided installed package... i first installed it, and added
a path so that i was able to use the svn tools from everywhere. Then i
created a local repository, which worked fine. This repository is
located under c:\svn\aeolus
Everything worked fine until now.
THen i installed a fresh Apache 2.0.43, which worked ok too, and i
changed the port to 8080 for firewall issues... but everything worked, i
was able to connect there normally and retreive the dummy HTML pages..
Now i opened the httpd.conf
and uncommended the "dav_module" and "dav_fs_module" lines to load the
DAV modules for apache, i restarted it and everything seemed fine.
THen i opened httpd.conf again and added to the end of it.
### Section 4: Added by Gluber for Subversion
<Location /svn/repos>
DAV svn
SVNPath c:/svn/aeolus/
</Location>
Note that i added the c:\programme\subversion\ Path to my SYSTEM PATH
variable, so svn is accessible here... ( I also restarted the whole PC
to do this )
Then when i restarted APACHE after these changes, it did not restart and
the error log contained the following data:
[Thu Oct 10 11:06:49 2002] [notice] Parent: Received restart signal --
Restarting the server.
[Thu Oct 10 11:06:49 2002] [notice] Child 1052: Exit event signaled.
Child process is ending.
[Thu Oct 10 11:06:49 2002] [warn] (720995)Der E/A-Vorgang wurde wegen
eines Threadendes oder einer Anwendungsanforderung abgebrochen. :
winnt_accept: Asynchronous AcceptEx failed.
[Thu Oct 10 11:06:50 2002] [notice] Child 1052: Released the start mutex
[Thu Oct 10 11:06:51 2002] [notice] Child 1052: Waiting for 250 worker
threads to exit.
[Thu Oct 10 11:06:51 2002] [notice] Child 1052: All worker threads have
exited.
[Thu Oct 10 11:06:51 2002] [notice] Child 1052: Child process is exiting
Any clues what this can be ? What is going wrong here ? Anything i
forgot to setup ? THe ServerName directive in htttpd.conf is set to
213.48.91.12:8080 ... and i also tried to remove the trailing slash in
the SVNPath entry..... any clues ?
Thanks in advance
Bernhard Glück
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 10 11:26:28 2002