Subversion
|
SVN++ initialization. More...
#include <svnxx/init.hpp>
SVN++ initialization.
The init
class takes care of library initialization and teardown and maintains shared (global) internal state. You must create an init
object before you can use the SVN++ API. It is safe to create create any number of these objects.