[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-27 16:51:53 CEST

Hi Marcus,

Well, what I did is that I put the entire contents of the SVN archive
into a directory of my choice (c:\svn in my case).

Then I added the "c:\svn\bin" directory to my PATH.

Finally, I copied the "mod_authz_svn.so" and "mod_dav_svn.so" into
apache's modules directory and added to httpd.conf the following lines:

LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so

These tell apache to load the two modules. The modules in turn load
other dll's, but those are found because you added the "bin" directory
to the path.

Hope this helps,
Stefan.

> I am trying to install Subversion under the same conditions as
> yourself. I read your post at
> http://svn.haxx.se/users/archive-2007-06/0847.shtml
>
> This is my first time to try and use svn. I have a few of questions.
> Thank you.
>
> Did you put the entire svn directory under apache's modules directory
> or did you put the svn's bin directory there
> or did you just copy the two .so files (mod_authz_svn.so,
> mod_dav_svn.so) there?
>
> where does svn's iconv directory go?
>
> how does WinXP know that svn is there? b/c apache starts it?
>
> thanks very much in advance,
> Marcus Melder
> ahimsa00@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 27 16:52:12 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.