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

Re: Help needed

From: D. Radcliffe <dradcliffe.484_at_googlemail.com>
Date: Fri, 24 Oct 2008 10:43:07 +0500

Hi Stefan,
     I have copied all the .so and .dll file in bin folder of Apache.....
btw there was already a folder named isvn which include all the .so file of
isvn folder in Subversion installation directory......... But after coping
all the files i recieved same error as before............
    Then i checked the error log and it was as below....

*[Thu Oct 23 16:57:44 2008] [notice] Parent: Received restart signal --
Restarting the server.
[Thu Oct 23 16:57:44 2008] [notice] Child 3936: Exit event signaled. Child
process is ending.
Syntax error on line 484 of C:/Program Files/Apache Software
Foundation/Apache2.2/conf/httpd.conf:
Invalid command 'DAV', perhaps misspelled or defined by a module not
included in the server configuration
[Thu Oct 23 16:57:44 2008] [warn] (OS 995)The I/O operation has been aborted
because of either a thread exit or an application request. : winnt_accept:
Asynchronous AcceptEx failed.
[Thu Oct 23 16:57:45 2008] [notice] Child 3936: Released the start mutex
[Thu Oct 23 16:57:46 2008] [notice] Child 3936: All worker threads have
exited.
[Thu Oct 23 16:57:46 2008] [notice] Child 3936: Child process is exiting*

it says invalid command DAV ......... i varify from manual its second line
is 'DAV svn'.............. i have a thought that i've copied the code given
in manual at extreme end.... there is not any single line after the last
line of manual's code...... Is it okay or i have to paste it in any tag???

Thanks

Regards
D. Radcliffe

On Thu, Oct 23, 2008 at 10:48 PM, Stefan Küng <tortoisesvn_at_gmail.com> wrote:

> D. Radcliffe wrote:
> > Hi everyone,
> > I'm new to tortoise svn ... im setting up Apache based server for
> > svn as given in manual "TortoiseSVN-1.5.4-en.pdf"... I first installed
> > Apache 2.2 web server.... installed it successfully......... Then i
> > install subversion from
> >
> http://subversion.tigris.org/files/documents/15/44049/Setup-Subversion-1.5.3.msi
> > ....... I installed it........ it asked me to bind with Apache 2.0 or
> > 2.2 so I selected 2.2....... Then Configuration step came (as in
> > manual)..... I altered the file C:\Program Files\Apache Software
> > Foundation\Apache2.2\conf\httpd.conf.... i added following at the end of
> > file
> >
> >
> > <Location /svn>
> > DAV svn
> > SVNListParentPath on
> > SVNParentPath D:\SVN
> > #SVNIndexXSLT "/svnindex.xsl"
> > AuthType Basic
> > AuthName "Subversion repositories"
> > AuthUserFile passwd
> > #AuthzSVNAccessFile svnaccessfile
> > Require valid-user
> > </Location>
> >
> > then i came to step 2 of configuration and created a username and
> > password for that username (successfully)
> >
> > then i restarted the Apache web server as instructed in manual but
> > unfortunaitly it gives following error......
> >
> > Error!
> > The requested operation has failed!
>
> Most likely, apache can't find/load the Subversion modules. Check the
> paths, maybe you need to copy the *.so modules and dlls from the
> Subversion installation folder to the apache bin folder.
>
> Also, check the apache error log file.
> And if apache doesn't even start, you can start it in test mode from the
> command line (not as a service), which will print important errors to
> the console window.
>
> Stefan
>
>
> --
> ___
> oo // \\ "De Chelonian Mobile"
> (_,\/ \_/ \ TortoiseSVN
> \ \_/_\_/> The coolest Interface to (Sub)Version Control
> /_/ \_\ http://tortoisesvn.net
>
>
Received on 2008-10-24 07:43:22 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.