[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Issue tracker cleanup: SVN-807

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Tue, 12 Nov 2019 18:07:48 +0000

Nathan Hartman wrote on Tue, 12 Nov 2019 15:13 +00:00:
> Daniel, thanks for testing this and documenting how. Please, could
> you add that as a comment in the issue tracker? Or, if you'd like,
> I'll be happy to do that and attribute it to you.

Go ahead.

> I agree that this issue should be closed.
>
> From my reading, it looks like it was not closed as a reminder to move
> this to APR. (Though that might make sense from a refactoring
> standpoint, I think it would cause dependency headaches.)

It's not that bad; we've done it before. We create an svn__foo()
function, implement it, ask APR to add it too, then we use #if
APR_VERSION_AT_LEAST() to have svn__foo() use the APR implementation in
preference to ours, and remove the conditional and our implementation
when we bump the minimum supported APR version.
Received on 2019-11-12 19:08:20 CET

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.