When using the simple svn client command line, if you run update, you will see the changes made to your working copy.
I tried to do this in SharpSvn (with C #,. Net 3.5) because I need to see if the operation Client.Update()led to the deletion of the files, for example.
I tried using SvnUpdateResult, but it returns one item for the entire folder, without any details that I can find. I also cannot find anything useful in SvnUpdateArgs.
Help me please?
Thank.
source
share