> On Aug 21, 2016, at 3:45 PM, horst.schl...@gmx.de wrote: > >> Am 8/21/2016 um 6:00 AM schrieb Stefan Sperling: >> >> What are you trying to achive by building SVN with the Makefile from >> tools/dev/unix-build/ ? > > I want an environment where i can download, inspect, apply, build and test > the changes that are made to trunk by the project. Then I want to use this > setup to write my own changes.
You can pretty much just do configure and make: http://svn.apache.org/repos/asf/subversion/branches/1.9.x/INSTALL As Stefan noted, you will need the -devel RPMs installed for all dependencies you want to build against such as Apache, OpenSSL and Serf. Mark