Re: svn from source and build problems @debian

2021-05-29 Thread Daniel Shahaf
Nathan Hartman wrote on Fri, 28 May 2021 15:46 +00:00: > Then I would configure, make, and install apr; configure, make, and > install apr-util; and finally configure, make, Here would be a good time to run «make svnserveautocheck» (with or without THREADS=1). If apr/apr-util have «make test» tar

Re: svn from source and build problems @debian

2021-05-29 Thread Daniel Shahaf
nico becker wrote on Fri, 28 May 2021 10:23 +00:00: > i want only the svn server module, i need no client no apache etc. is > there an shorter, easyer way to geht the svnserve? You can run «make svnserve» to build just svnserve, but there isn't a «make» incantation that'll install just that. The

Re: svn from source and build problems @debian

2021-05-28 Thread Nathan Hartman
On Fri, May 28, 2021 at 6:44 AM nico becker wrote: > hello, > i want to build the latest sources under debian stable. > i ve done it the following way: > download sources > ./get_deps-sh > cd apr -> ./buildconf -> ./configure -> make > cd apr_util -> ./buildconf -> ./configure --with-apr=../ap

Re: svn from source and build problems @debian

2021-05-28 Thread Nico Becker
Hello, i fix the problem. cp apr-util/.libs/* apr-util/ thanks