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

Re: Newbie question on Apache error

From: Mel <melindasavoy_at_texashealth.org>
Date: Wed, 5 Nov 2008 11:58:06 -0800 (PST)

Sorry Stefan on misspelling your name.

I did install the binaries for Apache2.2 from the subversion website
specifically for Windows.

Here is the path where the modules directory resides:

C:\Program Files\Apache Software Foundation\Apache2.2\modules

Is this where my problem is?

Thanks.

On Nov 5, 1:05 pm, Stefan Küng <tortoise..._at_gmail.com> wrote:
> Mel wrote:
> > 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.
>
> Did you install the svn binaries for apache 2.2 and not for apache 2.0?
> Please make sure you have the correct version installed (and the correct
> dlls copied).
>
> Also, make sure the paths to the *.so modules is correct (they must be
> in the modules subdir in the apache folder). The svn installer copies
> them there automatically, but if you didn't use the installer, they
> won't be there and you have to copy them manually.
>
> You can get more information from the apache error log.
>
> And you can start apache from the command line (there's an entry in the
> start menu for this) which will give you more information about what's
> wrong.
>
> And one more thing: my name is Stefan, not Stephan.
>
> 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 21:00:43 CET

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.