Hello all, I have been involved in writing a closed source application that among other things maintains a checkout from an SVN repository, the application used to be written in C# so at the moment we are used to SharpSvn. Recently the decision was made to incorporate the functionality into a mobile c++ app (yes, I do wish we could use a different language, but for now that's out of our scope).
Is there a C++ library available somewhere? One that can be used in a closed source app and compiles both on Windows and Linux (and preferably other platforms like OSx, iOS, Android). Usage of c++11, boost and/or Qt frameworks is fine as our app already uses them. When we started searching; we found several dead ends. Either GPL code which we can't use or outdated and no longer compiling. What is the preferred/easiest way of doing a simple checkout/update of a svn repository folder in a c++ application? (Any leads will be appreciated as we are quite new to this topic) Thanks, Richard