Hello, Suppose I have the following folder structure on a specific branch of a Subversion server:
Product 1 Module A Module B And that a user has access to Module A but not Module B. If someone commits something to Module A, the user sees it. If someone commits to Module B, he doesn't. That's expected. If someone commits something to A and B simultaneously, the user sees on the file list what was commited on A but not what was commited on B. That's also expected. When that happens, however, the log message is shown blank to that user, which brings us problems because the user needs to see the bug ID associated with that commit. Is there a way to always show the log message, even if the user can't see the complete list of files/folders that were commited? Thank you.