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

Re: Running Subversion under IIS?

From: <kfogel_at_collab.net>
Date: 2004-04-19 21:25:01 CEST

"Leeuw van der, Tim" <tim.leeuwvander@nl.unisys.com> writes:
> Subversion is taylored to use Apache API's; it depends on Apache for
> providing server services. Of course, it might be possible to add a
> plugin module to use IIS. As long it's still compatible with the
> WebDAV/DeltaV sub-dialect that the Subversion client speaks -- it's
> not a fully compliant, generic implementation. So it's perhaps not as
> easy as it might sound. But I guess that you're welcome to try :-)

Subversion doesn't depend on Apache for providing server services.
Subversion *can use* Apache, however.

One of Subversion's two Repository Access (RA) layers uses Apache.
That layer is called ra_dav. The other one, ra_svn, uses a standalone
server (svnserve) that has no relation to Apache. This is what the
"svn://" URLs are about.

I doubt any of this will help Sergey with IIS, I just wanted to
correct the misimpression.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 19 22:41:11 2004

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.