Hi,
On Wed, Nov 25, 2015 at 08:07:03AM +0100, Graham Miln wrote:
>Is this something I should reporting? Is there other information I can
>provide to help debug?
- don't know
- use:
~/.subversion/servers
[global]
neon-debug-mask = 511
(for the case where one is using neon as http layer
I am encountering a reproducible error with svn 1.9.2 (r1703836) on OS X
10.11.1 (15B42).
When updating or committing, the operation consistently fails with the
error:
svn: E125012: Invalid character in hex checksum
The output from `svn update` is:
$ svn up
Updating '.':
svn: E125012: Invalid c
Ren Wang wrote on Tue, Nov 24, 2015 at 12:37:26 -0500:
> Thank you so much for the information. I wonder if there is a simple or any
> subversion programming guide?
There are our C tests (subversion/tests/**/*.c) — I think they are
a good starting point for minimal examples of API usage.
Philip Martin wrote on Tue, Nov 24, 2015 at 16:31:52 +:
> "Ren Wang" 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_
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 wrote:
>
> "Ren Wang" writes:
>
>> After more google searching, I added the following line in the begin
>> of the program,
"Ren Wang" 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 a
After more google searching, I added the following line in the begin of the
program, it is working now:
apr_initialize();
Thanks anyway.
-Original Message-
From: Bert Huijben [mailto:b...@qqmail.nl]
Sent: Tuesday, November 24, 2015 5:01 AM
To: 'Branko Čibej' ; users@subversion.apache.or
> -Original Message-
> From: Branko Čibej [mailto:br...@apache.org]
> Sent: dinsdag 24 november 2015 06:13
> To: users@subversion.apache.org
> Subject: Re: svn_repos_fs_commit_txn error
>
> On 23.11.2015 21:01, Ren Wang wrote:
> > I got an error for creating a new directory to the reposi