开发者

How to create a non-password-requesting SVN repository with VisualSVN Server

We are currently creating a SVN repository for modules that we have created so that our partners and freelancers can download the modules and the doc, but not the source.

We are using VisualSVN Server to create and manage the repositories. I have tried two blog post explanations (http://www.west-wind.com/Weblog/posts/480534.aspx, http://ferventcoder.com/archive/2008/10/04/enhancing-visual-svn-to-allow-anonymous-access.aspx) as of how to create an anonymous repos开发者_如何学Goitory that does not require login, but the instructions do not yield the expected results.

Anybody has another way of doing this? Thanks in advance!


I don't know why it still not implemented in VisualSVNServer config by default, but solution is easy - just add Satisfy declaration (and restart server after :-))

<Location /svn/>
  ...
  Satisfy Any
  require valid-user
</Location>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜