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