Re: Remove contrib/server-side/svnmirror*.sh and backup-recipe.sh

2024-07-17 Thread Daniel Sahlberg
Den fre 5 juli 2024 kl 22:04 skrev Daniel Sahlberg < daniel.l.sahlb...@gmail.com>: > With no comments, I'll remove these in a few days. > Done, in r1919308 Kind regards, Daniel

Re: Building with CMake on Linux

2024-07-17 Thread Timofei Zhakov
On Tue, Jul 16, 2024 at 5:41 PM Daniel Sahlberg wrote: > > Hi, > > Inspired by Timofei's work on the cmake branch, I checked it out and tried to > build on Linux. > > It worked, almost. > > [[[ > [ 17%] Building C object > CMakeFiles/libsvn_subr.dir/subversion/libsvn_subr/sysinfo.c.o > /home/dsg

Re: Building with CMake on Linux

2024-07-17 Thread Daniel Sahlberg
Den ons 17 juli 2024 kl 16:31 skrev Timofei Zhakov : > On Tue, Jul 16, 2024 at 5:41 PM Daniel Sahlberg > wrote: > > > > Hi, > > > > Inspired by Timofei's work on the cmake branch, I checked it out and > tried to build on Linux. > > > > It worked, almost. > > > > [[[ > > [ 17%] Building C object >

Re: Building Subversion with CMake

2024-07-17 Thread Timofei Zhakov
Hi, On Tue, Jul 16, 2024 at 8:34 PM Daniel Sahlberg wrote: > > Hi! > > Very good work, I've been looking at the commits as they've come in and I > think it looks very promising. Thank you! > Den sön 14 juli 2024 kl 21:48 skrev Timofei Zhakov : >> >> Hello, >> >> I would like to share the statu

Re: Building with CMake on Linux

2024-07-17 Thread Nathan Hartman
On Wed, Jul 17, 2024 at 10:31 AM Timofei Zhakov wrote: (snipping most content) > When I was was doing that, I solved the problem with uname with a > little patch by adding ifdef over release_name_from_uname() invocation > in sysinfo.c: > > [[[ > Index: subversion/libsvn_subr/sysinfo.c > ==

Re: Building with CMake on Linux

2024-07-17 Thread Timofei Zhakov
On Wed, Jul 17, 2024 at 8:21 PM Nathan Hartman wrote: > > On Wed, Jul 17, 2024 at 10:31 AM Timofei Zhakov wrote: > (snipping most content) > > When I was was doing that, I solved the problem with uname with a > > little patch by adding ifdef over release_name_from_uname() invocation > > in sysinf

Re: Building with CMake on Linux

2024-07-17 Thread Nathan Hartman
On Wed, Jul 17, 2024 at 2:35 PM Timofei Zhakov wrote: > On Wed, Jul 17, 2024 at 8:21 PM Nathan Hartman > wrote: > > > > On Wed, Jul 17, 2024 at 10:31 AM Timofei Zhakov > wrote: > > (snipping most content) > > > When I was was doing that, I solved the problem with uname with a > > > little patch