I would like to use the SharpSVN library to access the SVN API, how can I access the SharpSVN namespace from my code? I downloaded the library, this does not look like code files, but some DLLs, some .exe / .xml.
Thank!
I doubt that you can use SharpSVN as a cross-platform library, given its dependence on the Visual C ++ runtime environment at http://sharpsvn.open.collab.net/
Of course, he will work on Mono on Windows, but that is probably not what you need.
Mono IDE, DLL .net . , SharpSvn .NET 2.0, Mono. .
Like any other library, you add it as refference, and then access it using either the using statement or the full name.
See MSDN http://msdn.microsoft.com/en-us/library/sf0df423.aspx
Source: https://habr.com/ru/post/1731801/More articles:Opening a user's home folder? - xulHow do I know which installed devices have an Internet connection in WINPCAP? - c ++Why is there a static keyword before the ALL functions (except main ())? - cExcel and C ++ files - c ++JavaScript: Is window.spam good practice? - javascriptUsing a utility to generate Java code to make my project more concise. A good idea? - javaSQLite SQL Update Date - dateApache2 proxy error mod_proxy - apache2Is immutability and flex a bad mix? - immutabilitydeclaring generic istream in C ++ - c ++All Articles