VisualSVN Server issue: Server sent unexpected return value (403 Forbidden) in response to MKACTIVITY

VisualSVN Server是一个集成的svn服务端工具,并且包含mmc管理工具。是一款svn服务端不可多得的好工具。

VisualSVN Server issue: Server sent unexpected return value (403 Forbidden) in response to MKACTIVITY

今天遇到一个问题。

之前服务器上直接上的subversion,配置仓库和权限不方便,今天装上了VisualSVN Server,但是出现这么一个问题,客户端能正常check out,但是在check in的时候出错了

Server sent unexpected return value (403 Forbidden) in response to MKACTIVITY

服务端的日志也记录了错误:

Access denied: 'user' MKACTIVITY managerweb:
[client 192.168.1.103] 

这是为什么呢?

答案在这里。其实就一句话,注意大小写用户名、密码和仓库的URL都是大小写敏感的

Have fun.

相关文章:

  • 2022-12-23
  • 2021-09-26
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
  • 2021-08-10
  • 2022-12-23
  • 2021-10-13
猜你喜欢
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2021-08-17
  • 2021-11-16
相关资源
相似解决方案