How can I retrieve details for a user (like their name and email) from their username from svn
? I am using SlikSVN
, which is a command line client.
Asked
Active
Viewed 542 times
0

amphibient
- 29,770
- 54
- 146
- 240
-
You could use AD integration which has all the information you put into user's profiles – bahrep Oct 06 '16 at 11:36
1 Answers
2
Nohow.
SVN's revision property contain only username and SVN per se doesn't store any additional metadata about user

Lazy Badger
- 94,711
- 9
- 78
- 110
-
well, that's kinda lame but it's the way it is. especially in repos used by many developers. but i wish it was the only problem in svn... – amphibient Oct 04 '16 at 18:15
-
@amphibient - you can store any data in authorization-backend's database – Lazy Badger Oct 04 '16 at 18:18