I'm trying to get a list of changed files from SharpSVN. I can get the data I need on the command line like this:
svn diff -r <startrev>:HEAD --summarize --xml
Can somebody point me to the right spot in the SharpSVN maze to replicate this? Ideally, I'd be able to get a collection of the changed files out, but I can parse a stream if needs be.