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

Svn Subversion:部分访问修订版文件时,修订版注释不可见,svn,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.

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.
Subversion用户:

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.
场景:

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.
问题:

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.
UserB在#123上看到一个。
尽管他对修订版文件的访问权限有限
(这正是我想要建立的),
我需要他也能看到评论。

我很确定有一个解决办法,但我对颠覆的经验不足变得很明显。关于如何微调Subversion配置以允许此类修订注释可见,您有什么想法吗?

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

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

不幸的是,由于没有选项,您的答案将被视为唯一可能的选项。谢谢。不幸的是,由于没有选择,你的答案将被视为唯一可能的答案。非常感谢。