On Thu, Jan 20, 2011 at 06:03, Alexey Bakhirkin <abakhir...@gmail.com> wrote:
> 2011/1/7 Altaf-Hussain Sayyed <altafhsay...@yahoo.com>:
>> Hi,
>>
>> Can I install subversion system on my own web hosting having WINDOWS and IIS.
>>
>> Please guide.
>>
>> Thanks and regards,
>> ALTAF
>>
>>
>>
>>
>>
>
> AFAIK you cannot serve subversion with IIS. You'll have to use apache
> or svnserve (see also
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2367026).
> You may install and configure those stuff yourself or you may use one
> of server packages: VisualSVN Server
> (http://www.visualsvn.com/server/) or Subversion Edge
> (http://www.open.collab.net/go/csvne2_r2a/).

A couple years ago, someone created an ISAPI plugin for IIS which
allowed it to serve Subversion repositories. Really it was just acting
as a proxy for an svnserve instance behind the scenes. I don't know if
it's still maintained.

Apache & IIS can coexist on the same server.

Reply via email to