On Jun 5, 2017, at 17:08, Daniel Shahaf wrote: > What you need to run is: > > ./autogen.sh && ./configure && make svn-mergeinfo-normalizer > > You do need APR libraries for that. (Install the 'apr-dev' package.)
It took a while to get all dependencies sorted out on CentOS 6 (BTW, it’s apr-devel on Red Hat/CentOS), but I finally was able to run the configure and make. But now I am encountering the following issue at run time: $ svn-mergeinfo-normalizer --help svn: E200019: Version mismatch in 'svn_gnome_keyring' (expecting equality): found 1.9.4, expected 1.10.0-dev I really don’t want/need to get everything on this system up to version 1.10; is there a way around this? Alfred