Mark, excellent! It’s exactly how you said, though Homebrew doesn’t provide
Serf as a separate package anymore and instead includes it in SVN as a private
package, it was still on my machine from the original installation a long time
ago. Running ‘brew remove serf’ did fix it.
Thank you!
Torste
Torsten Budesheim writes:
> svn: E200019: ra_serf was compiled for serf 1.3.4 but loaded an incompatible
> 1.1.1 library
>
>
> How can I identify the incompatible version 1.1.1 library that is
> being loaded and/or how do I fix this?
I think OSX uses dyld and so setting DYLD_PRINT_LIBRARIES sho
I had a similar problem with Homebrew. In my case, SVN still worked but it
was using an older version of Serf than 1.3.4. I think this is because
Homebrew used to have Serf as a package and SVN used it. They then changed
the packaging so that Serf is a private library of the Subversion package.