- Limit BDB to supported versions (4+) by Subversion only
- Pass mandatory configure option
- Band-aid when enabled for some combinations with devel/apr1 and bdb in DEFAULT_VERSIONS
- Deprecate it as it is deprecated upstream already for almost 12 years and about to be removed in 1.15
PR: 285495
Tested by: michaelo
Approved by: jrm (mentor), otis (mentor)
If this is the only use, I would actually prefer to kill 'data' entirely to avoid someone trying to use additional bytes and instead do something like:
Also, I wonder if we should prefer fuebyte() in new code instead? (Maybe kib@ has an opinion on that)