Plugin for displaying alternate SVN usernames
Answered
The company I work for uses subversion together with non-speaking usernames that consist of random letters and digits. Every time I want to know who did a specific commit, I have to look up the user in an Excel sheet that translates usernames to users.
Is there any way I can add additional information to the VCS SVN Repository Tab? Specifically, I would like to replace (or prepend) the existing username with the actual name of the person.
Please sign in to leave a comment.
Hi, I am afraid it is not possible to do. There are no extension points that would allow this.
List of available extension point can be found here:
https://upsource.jetbrains.com/idea-ce/file/idea-ce-a0a39a154d0d05f7428d79759bd029b5bbb36fb7/platform/platform-resources/src/META-INF/VcsExtensionPoints.xml
Here is the request to add such a feature, BTW https://youtrack.jetbrains.com/issue/IDEA-143749