How to get th author of the current commit in a folder with SharpSVN
- by Sybren
Is it possible to get the author of the current commit of a folder with SharpSVN. So doing this without retrieving the log file of the svn server. I tried:
client.TryGetProperty(folder, SvnPropertyNames.SvnAuthor, out AuthorStr);
but the AuthorStr string is null.