Skip to content

Fix error code in svn_err_to_py to use raw SVN error codes#219

Merged
jelmer merged 1 commit intomainfrom
err-class
Mar 24, 2026
Merged

Fix error code in svn_err_to_py to use raw SVN error codes#219
jelmer merged 1 commit intomainfrom
err-class

Conversation

@jelmer
Copy link
Copy Markdown
Owner

@jelmer jelmer commented Mar 23, 2026

Use raw_apr_err() instead of apr_err() to preserve the SVN-specific error code (e.g. 155005) rather than the coarse APR status (e.g. 15). This is needed for the exception subclass lookup to work correctly.

@jelmer jelmer enabled auto-merge March 23, 2026 18:25
Use raw_apr_err() instead of apr_err() to preserve the SVN-specific
error code (e.g. 155005) rather than the coarse APR status (e.g. 15).
This is needed for the exception subclass lookup to work correctly.
@jelmer jelmer merged commit 57086b6 into main Mar 24, 2026
79 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant