Thank you so much for the information. I wonder if there is a simple or any subversion programming guide?
Sent from my iPhone > On Nov 24, 2015, at 11:31, Philip Martin <philip.mar...@wandisco.com> wrote: > > "Ren Wang" <renwang...@gmail.com> writes: > >> After more google searching, I added the following line in the begin >> of the program, it is working now: >> apr_initialize(); > > A Subversion server process should call: > > apr_initialize() > svn_dso_initialize2() > svn_fs_initialize() > svn_cache_config_set() > > before starting to access repositories. Subversion will attempt to > initialize on-the-fly if these functions are not called. > > -- > Philip Martin > WANdisco