On Thu, Jan 20, 2011 at 6:03 AM, Alexey Bakhirkin <abakhirkin_at_gmail.com> wrote:
> 2011/1/7 Altaf-Hussain Sayyed <altafhsayyed_at_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/).
You can proxy it with IIS to a local Apache from CygWin on an
alternate port, yes?
Mind you, I highly discourage theh HTTP or HTTPS access to Subversion
due to the plain-text password storage issues for UNIX/Linux/CygWin
clients. Considuer using HTTP access only for anonymous read, and
restricting write access to svn+ssh.
Received on 2011-01-25 05:05:23 CET