SVN Rights Management Tool using Windows Authentication method

后端 未结 2 812
半阙折子戏
半阙折子戏 2020-12-06 22:44

We\'re using VisualSVN Server as SVN server in Windows. But it has very limited abilities for managing rights. Also we couldn\'t use svn_access_file because our users are go

2条回答
  •  不思量自难忘°
    2020-12-06 23:11

    it has very limited abilities for managing rights

    It has all abilities, that Subversion has per se.

    we couldn't use svn_access_file

    You can and must really, because Windows Authentication define only method of authentication, svn_access_file is authorization file and can refer and use usernames, obtained at authentication stage.

提交回复
热议问题