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

Help needed

From: D. Radcliffe <dradcliffe.484_at_googlemail.com>
Date: Thu, 23 Oct 2008 16:00:52 +0500

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!

I restarted windows but same error again ......... then to check i deleted
the newly added lines from httpd.conf file and started the server and it
works fine.....................

Can anybody please help me...... Thanks

Regards
D. Radcliffe
Received on 2008-10-23 13:01:02 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.