简体   繁体   中英

Run SVN repositories under IIS

How to setup IIS 7.0 to serve SVN repositories?

First of all I need to make possible remote users to checkout and web-based viewing isn't really necessary.

I tried to setup WebSVN but got no success: can't set parent folder for a number of repositories, can't switch off anonymous access, can't link non-anonymous access and access list.

Are there others products for SVN under IIS? Or it's better to learn how to setup WebSVN properly?

There are no server modules for IIS, you can't serve an SVN repository directly from IIS.

Serve a subversion repository through Apache, the built in svnserve, or proxy it via ssh.

There is a commercial solution available named SVNIsapi . But I have no idea how well it works because it's too expensive for me to even try out.

But why insist on using IIS? Just install the VisualSVN server , then configure WebSVN with that - WebSVN also works well with Apache.

Do you really need IIS or will Apache work out ok? Visual SVN Server is a great SVN host and installer for Windows.

http://www.visualsvn.com/server/

有一个名为RocketSVN的免费服务器,它已经没有官方支持了。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM