Re: Enforce encryption client-side

2021-05-07 Thread Daniel Shahaf
Nils-Johan Andreasson wrote on Fri, May 07, 2021 at 15:41:47 +0200: > On Thu, May 6, 2021 at 3:24 PM Daniel Shahaf wrote: > > > Nils-Johan Andreasson wrote on Thu, May 06, 2021 at 14:48:01 +0200: > > > I have indeed considered svn+ssh but there are other details involved > > which > > > makes me

Re: Enforce encryption client-side

2021-05-07 Thread Nils-Johan Andreasson
Clever! The library does indeed only consider svn:// insecure and it does not validate the scheme other than that. So, this would work (although it of course requires some configuration in the places I want to use it, but I can live with that). It took me some reading and fiddling though to get th