颠覆:部分访问修订文件的修订注释不可见
Subversion: revision comment not visible with partial access to revision`s files
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 配置以允许此类修订注释可见的任何想法?
据我所知,这种行为是预期的并且是设计使然。如果您对受提交影响的某些路径没有权限,您应该无法查看日志消息。
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 配置以允许此类修订注释可见的任何想法?
据我所知,这种行为是预期的并且是设计使然。如果您对受提交影响的某些路径没有权限,您应该无法查看日志消息。