Re: svn: E125012: Invalid character in hex checksum (svn-1.9.2/osx-10.11.1)

2015-11-24 Thread Andreas Mohr
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

svn: E125012: Invalid character in hex checksum (svn-1.9.2/osx-10.11.1)

2015-11-24 Thread Graham Miln
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

Re: svn_repos_fs_commit_txn error

2015-11-24 Thread Daniel Shahaf
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.

Re: svn_repos_fs_commit_txn error

2015-11-24 Thread Daniel Shahaf
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_

Re: svn_repos_fs_commit_txn error

2015-11-24 Thread Ren Wang
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,

Re: svn_repos_fs_commit_txn error

2015-11-24 Thread Philip Martin
"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

RE: svn_repos_fs_commit_txn error

2015-11-24 Thread Ren Wang
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

RE: svn_repos_fs_commit_txn error

2015-11-24 Thread Bert Huijben
> -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