Alfred von Campe wrote on Tue, 06 Jun 2017 14:45 -0400: > On Jun 6, 2017, at 13:56, Daniel Shahaf wrote: > > - Pass --prefix to configure, then run 'make install-tools', and run the > > binary from ${prefix}/bin/svn-tools/ rather than from the build tree. > > I did this, and I can run the svn-mergeinfo-normalizer tool now without > setting PATH or LD_LIBRARY_PATH to my prefix directory. However, when I > run the tool on an existing sandbox, I get the following error: > > Scanning working copy /scratch/sandbox/XXX//trunk ... > svn: E170000: Unrecognized URL scheme for > 'https://svn.xxx.com/hepd/XXX/trunk' > > I thought perhaps I needed to check out a fresh sandbox with the newly > build 1.10 svn binaries, but I get the same error. I guess I need to > pass some additional options to ./configure?
Yes: --with-serf=/usr You'll need to install a (sufficiently recent version of) serf-devel. Daniel