[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: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 24 Nov 2015 16:31:52 +0000

"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 17:31:58 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.