Re: A subersion build environment on CentOS 7.2

2016-08-22 Thread Nico Kadel-Garcia
On Sun, Aug 21, 2016 at 3:24 PM, Adam Jensen wrote: > On 08/21/2016 07:00 AM, Stefan Sperling wrote: > [snip] >> If your goal is setting up a production environment, I would recommend >> using binary packages system from http://subversion.apache.org/packages.html > > My CentOS (el7.x86_64) machine

Re: A subersion build environment on CentOS 7.2

2016-08-22 Thread Stefan Sperling
On Sun, Aug 21, 2016 at 06:02:31PM -0500, horst.schl...@gmx.de wrote: > Yes, this is why I was asking about the errors the makefile is giving. In > the building part of the guide it says > > To start development from scratch, simply download Makefile.svn, create a > symlink called `GNUmakefile` th

Re: A subersion build environment on CentOS 7.2

2016-08-21 Thread Mark Phippard
> On Aug 21, 2016, at 7:02 PM, horst.schl...@gmx.de wrote: > >> Am 8/21/2016 um 5:37 PM schrieb Mark Phippard: >> 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 wit

Re: A subersion build environment on CentOS 7.2

2016-08-21 Thread horst . schlonz
Am 8/21/2016 um 5:37 PM schrieb Mark Phippard: 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,

Re: A subersion build environment on CentOS 7.2

2016-08-21 Thread Mark Phippard
> 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

Re: A subersion build environment on CentOS 7.2

2016-08-21 Thread Mark Phippard
> 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

Re: A subersion build environment on CentOS 7.2

2016-08-21 Thread Adam Jensen
On 08/21/2016 03:24 PM, Adam Jensen wrote: [snip] > My CentOS (el7.x86_64) machine only has subversion 1.7.14 available: [snip] I would still like to be set up to build from source, but for those on CentOS-7 that would like convenient installation of a recent version, I found this page: http://t

Re: A subersion build environment on CentOS 7.2

2016-08-21 Thread horst . schlonz
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

Re: A subersion build environment on CentOS 7.2

2016-08-21 Thread Adam Jensen
On 08/21/2016 07:00 AM, Stefan Sperling wrote: [snip] > If your goal is setting up a production environment, I would recommend > using binary packages system from http://subversion.apache.org/packages.html My CentOS (el7.x86_64) machine only has subversion 1.7.14 available: % yum info subversion

Re: A subersion build environment on CentOS 7.2

2016-08-21 Thread Stefan Sperling
On Sun, Aug 21, 2016 at 02:20:04AM -0500, horst.schl...@gmx.de wrote: > I successfully made a subversion build environment on CentOS 7.2 but I am > not 100% satisfied because the Makefile.svn errored out two times so had to > hack something. The commands I used are in subversion_buildenv.txt and th