[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn_repos_fs_commit_txn error

From: Ren Wang <renwang101_at_gmail.com>
Date: Tue, 24 Nov 2015 12:37:26 -0500

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.martin_at_wandisco.com> wrote:
>
> "Ren Wang" <renwang101_at_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
Received on 2015-11-24 18:37:49 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.