How to get th author of the current commit in a folder with SharpSVN

Posted by Sybren on Stack Overflow See other posts from Stack Overflow or by Sybren
Published on 2010-05-12T10:23:53Z Indexed on 2010/05/16 0:50 UTC
Read the original article Hit count: 334

Filed under:

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.

© Stack Overflow or respective owner

Related posts about sharpsvn