Does SVN retain knowledge on a per-user basis?
There are ways to find such information using log, but does SVN have a direct way to get information about a user? Like their last开发者_高级运维 commit, commit history, etc - any kind of reporting?
Subversion do not retain such knowledge, you have to grab it yourself.
To get all commits from an user you can try the methods described here.
I'm using TortoiseSVN that can provide some of user statistics. In TortoiseSVN ->Repo-browser, right click the folder that contains all project files, and select "Show Log" and then click "Statistics" button.
精彩评论