svn_error_create(SERF_ERROR_FOO, NULL, NULL);
From: Daniel Shahaf <danielsh_at_elego.de>
Date: Tue, 28 May 2013 10:42:17 +0300
Just got a report of a problem with 1.8.0-rc2:
svn: E120104: ra_serf: An error occurred during decompression
The error code is unrecognised; that's because it's not an SVN_ERR_* code:
% ./tools/dev/which-error.py E120104
The problem is that svn_ra_serf__wrap_err() passes a serf error code to
I am not sure what to do instead. Maybe we define an
Thoughts?
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.