Reputation:
I wish to display the currently checked out file and the same file in its immediate previous version so that the user can get a chance to compare the two files manually and later merge the changes to the Subversion(SVN) repository. Is there a sample code to do that using Sharpsvn DLL ?
Upvotes: 0
Views: 404
Reputation: 171371
That is what svn diff is for.
Edit: Look into SvnClient.DiffSummary
.
Upvotes: 1