Oliver & Stephan,
Oliver -- I am not clear what you're saying. In the TortoiseSVN
instructions for setting up the Apache Server I am suppose to
uncomment the following 2 lines from the /config/httpd file:
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule dav_module modules/mod_dav.so
And then at the end of the LoadModule section add the following 2
lines:
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
And then I'm suppose to add the following lines at the end of the
same /config/httpd file and I modified the SVNParentPath to indicate
where my repository lives which is as indicated below:
<Location /svn>
DAV svn
SVNListParentPath on
SVNParentPath C:\SCMIS
#SVNParentPath D:\SVN
#SVNIndexXSLT "/svnindex.xsl"
AuthType Basic
AuthName "Subversion repositories"
AuthUserFile passwd
#AuthzSVNAccessFile svnaccessfile
Require valid-user
</Location>
Stephan -- I had copied the files that you stated below to the
Apache2.2\bin directories already per the instructions.
Sorry guys, I do not mean to be so thick but I'm still wondering what
I'm doing wrong(?).
Any additional help would be appreciated. Regards.
On Nov 5, 11:43 am, Stefan Küng <tortoise..._at_gmail.com> wrote:
> Mel wrote:
> > I am a newbie to Subversion and TortoiseSVN. We're currently on
> > ClearCase and looking for an alternative to using ClearCase.
>
> > I've loaded Apache and Subversion on a Windows XP for testing purposes
> > but I have problems in setting up the Apache server. I am following
> > the instructions from the subversion website for TortoiseSVN:
>
> >http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup.h...
>
> > After copying all the relevant .dll & modules to their respective
> > folders and modified the httpd file accordingly per this website now I
> > am getting the following error and do not know how to resolve and any
> > insight or direction would be very much appreciated:
>
> > The Apache service named reported the following error:
> >>>> httpd.exe: Syntax error on line 127 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot load C:/Program Files/Apache Software Foundation/Apache2.2/modules/mod_dav_svn.so into server: The specified module could not be found.
>
> Fromhttp://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup.h...
>
> 4. Copy the file /bin/libdb*.dll and /bin/intl3_svn.dll from the
> Subversion installation directory to the Apache bin directory.
>
> Stefan
>
> --
> ___
> oo // \\ "De Chelonian Mobile"
> (_,\/ \_/ \ TortoiseSVN
> \ \_/_\_/> The coolest Interface to (Sub)Version Control
> /_/ \_\ http://tortoisesvn.net
>
> signature.asc
> < 1KViewDownload
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-11-05 20:01:56 CET