Hi,
So I'm looking to implement a wrapper for SVN in C#, I'm wondering what is the best way to interact with the SVN backend through the wrapper application.
Any suggestions?
The first thing that came through my head was directly using shell to manipulate SVN. Just wondering if there are alternative methods :)
Thanks!