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?
Asked
Active
Viewed 113 times
2 Answers
1
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.

Community
- 1
- 1

Cédric Julien
- 78,516
- 15
- 127
- 132
0
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.

Hong Ning
- 1,003
- 7
- 7