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

Re: Installing Subversion1.4.4 on windows XP with Apache 2.2.4

From: Mathe Stefan <mstefan_at_cs.toronto.edu>
Date: 2007-06-24 20:48:29 CEST

Hi Russ and Joe,

Thank you very much for your suggestions.

Putting the files into Apache's module directory has done the trick. I
don't really understand why referencing the files from the other
directory didn't work (I also tried "/" instead of "\", same result). I
would have preferred this solution for the sake of keeping software
installations neatly separated from each other and not having double
copies of files. Ah well, these are just details I guess, not really
relevant...

Many thanks for the help,
Stefan.
> Are those files actually there? I would recommend putting the modules in spache's module directory and see if that fixes things.
> Russ
> Sent wirelessly via BlackBerry from T-Mobile.
>
> -----Original Message-----
> From: Mathe Stefan <mstefan@cs.toronto.edu>
>
> Date: Fri, 22 Jun 2007 17:10:38
> To:users@subversion.tigris.org
> Subject: Installing Subversion1.4.4 on windows XP with Apache 2.2.4
>
> I was hesitant to write this, I thought I am doing something wrong, but
> after re-checking everything again and again, I've decided to post...
>
> I have a Windows XP Pro machine with Apache 2.2.4 and I am trying to
> install Subversion 1.4.4, the version compiled against Apache 2.2.4.
>
> Here is all that I've done so far:
>
> 1) Installed Apache 2.2.4.
> 2) Retrieved svn-win32-1.4.4.zip from
> http://subversion.tigris.org/files/documents/15/38212/svn-win32-1.4.4.zip.
> This is the version built against Apache 2.2.x, according to the site.
> 3) Unzipped it to c:\svn. Just to check, I looked in README.txt: It
> explicitly says it was built against Apache 2.2.4 (exactly the version
> I'm using).
> 4) Edited httpd.conf and added the following two lines:
>
> LoadModule dav_svn_module c:\svn\bin\mod_dav_svn.so
> LoadModule authz_svn_module c:\svn\bin\mod_authz_svn.so
>
> If I try to start the apache2 service:
>
> net start apache2
>
> I get the following error:
>
> The Apache2 service could not be started.
> A service specific error occurred: 1.
> More help is available by typing NET HELPMSG 3547.
>
> The Application Event Log shows the following error:
>
> The Apache service named reported the following error:
>
>>>> httpd.exe: Syntax error on line 491 of C:/Program Files/Apache
>>>>
> Software Foundation/Apache2.2/conf/httpd.conf: Cannot load
> C:/svn/bin/mod_dav_svn.so into server: The specified module could not be
> found.
>
> Did anybody try to set up version 1.4.4 with apache 2.2.4? I noticed
> that the installation documentation is outdated (it refers to Apache
> 2.2.4 as a "future" version of Apache). :)
>
> Thank you in advance for the help.
>
> Best regards,
> Stefan.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jun 24 20:48:24 2007

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

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