On Wed, May 16, 2012 at 2:46 PM, Greg Stein <[email protected]> wrote: > Short query: is this possible? > > Long query: > > Hyrum has been doing some heavy lifting on moving our code to Ev2 for > commits. That work can be merged soonish, but a strong argument can be made > for "only when all RA providers have an Ev2 commit editor" (because > otherwise poor-perf shims are used). ra_local already has the needed editor, > and I've been doing work on ra_serf to stabilize a base for writing the Ev2 > editor. Somebody is going to need to write an editor for ra_svn. My > query/suggestion is to delete ra_neon rather than needing to write an editor > for it. > [..]
I believe that best solution would be to merge ra_neon and ra_serf in one ra_http RA provider which can be configured to which http library to use: neon or serf (or maybe WinHTTP in future). -- Ivan Zhakov

