On Wed, Jul 22, 2020 at 12:10 PM sebb <seb...@gmail.com> wrote: > > Use the machine-parseable E000042 error codes. That's exactly what > > they're for. (which-error.py and svn_error_symbolic_name() can be used > > to convert numbers to symbolic names.) > > Where are these error codes defined? > I could not find any reference to them in the documentation.
If you mean where in the source code: subversion/include/svn_error_codes.h which is included by subversion/include/svn_error.h, which is further included by subversion/svnmucc/svnmucc.c. Hope that helps, Nathan