You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Paul Welter <pw...@loresoft.com> on 2004/02/17 15:57:22 UTC

subversion and IIS with asp.net

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

Re: subversion and IIS with asp.net

Posted by Mark Benedetto King <mb...@lowlatency.com>.
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