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

Re: subversion and IIS with asp.net

From: Mark Benedetto King <mbk_at_lowlatency.com>
Date: 2004-02-17 17:36:45 CET

On Tue, Feb 17, 2004 at 09:57:22AM -0600, Paul Welter wrote:
> Hi, My understanding is that there is no current way to use subversion through IIS. I am willing to start development on this. My thought is that it could be done with an asp.net application. I've been able to develop a very simple WebDav interface for asp.net. But, I need some help on how to get started in interfacing the subversion library/repository. Any information that can help me get started would be great. How should I interface with the subversion repository? What dll(s) would I need to interface with? Looks like there is javahl, could that be ported to or used by c#? Any other ideas as to the best way to go about this?
>
> thanks
> Paul

The "easiest" approach I can think of would be to write a shim that sits
between IIS and mod_dav, and emulates the Apache internals that
mod_dav/mod_dav_svn expect. This sounds like a whole lot of work to me,
though.

Why do you need to run subversion through IIS? Why not just proxy to
an Apache server?

--ben

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 17 17:36:22 2004

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

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