Subversion:修订注释在部分访问修订版文件时不可见

时间:2017-08-08 00:56:57

标签: svn

IDE:

PHPStorm with Subversion plugin being a part of basic installation.

颠覆用户:

UserFull has access to repository folders /a and /b
UserB has access to repository /b only

情境:

1. UserFull has committed changes (revision #123) with files
   /a/foo.js
   /b/bar.js
   with revision comment "Some changes XYZ"

2. UserB can see the revisions of the Repository (including the revision
   123). However, in the revision #123 he can only see /b/bar.js
   (which is technically correct with his permissions).

问题:

UserB sees a <no comment> on #123.
And although he has a limited access to the files of the revision
(which is exactly what I was trying to set up),
I need him to be able to see the comment as well.

我很确定有一种解决方法,但我对Subverion缺乏经验变得显而易见。有关如何微调Subversion配置以允许此类修订注释可见的任何想法?

1 个答案:

答案 0 :(得分:0)

据我所知,这种行为是预期的,并且是设计的。如果您不具有受提交影响的某些路径的权限,则您应该无法查看日志消息。