Search code examples
.netsvnsharpsvn

Retrieving the last n log messages with SharpSvn


Does anyone how to retrieve the last n log messages from SVN using SharpSvn? I’ve been calling GetLog with an SvnRevisionRange argument but really just need the 20 most recent messages which I can’t predict on date alone. Thanks!


Solution

  • You want SvnLogArgs.Limit I think.