Search code examples
c#monosharpsvn

How can I use SharpSVN in my own Mono (c#) project?


I would like to use the SharpSVN library to access SVN API, how can I access the SharpSVN namespace from my code? I downloaded the library, it doesn't seem to be code files, but some DLLs, some .exe/.xml.

Thanks!


Solution

  • I doubt you will be able to use SharpSVN as a cross-platform library given its dependency on the Visual C++ runtime per http://sharpsvn.open.collab.net/

    It will of course work on Mono on Windows, but that's probably not what you're after.