Re: A strong WTF on compiling out plaintext password support by default?!

2021-08-24 Thread Daniel Shahaf
Johan Corveleyn wrote on Tue, 24 Aug 2021 15:22 +00:00: > On Tue, Aug 24, 2021 at 4:45 PM Daniel Shahaf wrote: > > Johan Corveleyn wrote on Tue, 24 Aug 2021 14:25 +00:00: > > > OTOH, if this kind of behaviour is too far-fetched for a single > > > subcommand, I might be able to do it by invoking tw

Re: A strong WTF on compiling out plaintext password support by default?!

2021-08-24 Thread Johan Corveleyn
On Tue, Aug 24, 2021 at 4:45 PM Daniel Shahaf wrote: > > Johan Corveleyn wrote on Tue, 24 Aug 2021 14:25 +00:00: > > OTOH, if this kind of behaviour is too far-fetched for a single > > subcommand, I might be able to do it by invoking two commands, if I > > could succesfully (and invisibly) detect

Broken pipe on the diff command with --diff-cmd

2021-08-24 Thread Vincent Lefevre
Hi, I've found the following issue. When I pipe the output of "svn diff --diff-cmd diff" and a broken pipe occurs on the diff command, I get a "Broken pipe" error: diff: standard output: Broken pipe svn: E200012: 'diff' returned 2 Tested with svn, version 1.14.1 (r1886195) under Debian 11 (bulls

Re: A strong WTF on compiling out plaintext password support by default?!

2021-08-24 Thread Daniel Shahaf
Johan Corveleyn wrote on Tue, 24 Aug 2021 14:25 +00:00: > OTOH, if this kind of behaviour is too far-fetched for a single > subcommand, I might be able to do it by invoking two commands, if I > could succesfully (and invisibly) detect that a cached password is no > longer correct. As in: > > s

Re: A strong WTF on compiling out plaintext password support by default?!

2021-08-24 Thread Johan Corveleyn
On Tue, Aug 24, 2021 at 1:24 PM Stefan Sperling wrote: > > On Tue, Aug 24, 2021 at 12:16:48PM +0200, Johan Corveleyn wrote: > > But: obviously I have disabled, in the runtime config area, the > > warning prompt that "Your password will be stored in plaintext" (I > > have disabled it system-wide, i

Re: A strong WTF on compiling out plaintext password support by default?!

2021-08-24 Thread Stefan Sperling
On Tue, Aug 24, 2021 at 02:37:57AM -0700, Robby Zinchak wrote: > Oh, hello all :) > > Yeah, between this cli obstacle, problems with rapidsvn corrupting local > repo during file moves, and svn Apache frequently corrupting server repo > unrecoverably in large check-ins (>200mb) and requiring a nuke

Re: A strong WTF on compiling out plaintext password support by default?!

2021-08-24 Thread Stefan Sperling
On Tue, Aug 24, 2021 at 12:16:48PM +0200, Johan Corveleyn wrote: > But: obviously I have disabled, in the runtime config area, the > warning prompt that "Your password will be stored in plaintext" (I > have disabled it system-wide, in /etc/subversion). Yes, we know this > and we accept it. I would

Re: A strong WTF on compiling out plaintext password support by default?!

2021-08-24 Thread Robby Zinchak
Oh, hello all :) Yeah, between this cli obstacle, problems with rapidsvn corrupting local repo during file moves, and svn Apache frequently corrupting server repo unrecoverably in large check-ins (>200mb) and requiring a nuke and reload from backup... it's been pretty rough year for my use cases o

Re: A strong WTF on compiling out plaintext password support by default?!

2021-08-24 Thread Johan Corveleyn
[ sorry Robby, I left you out of a previous reply -- looping you back in in case you're interested in this tangent ... ] On Tue, Aug 24, 2021 at 10:34 AM Stefan Sperling wrote: > > On Mon, Aug 23, 2021 at 02:45:44PM +0200, Johan Corveleyn wrote: > > Thanks, those are good efforts (and thanks to b

Re: A strong WTF on compiling out plaintext password support by default?!

2021-08-24 Thread Stefan Sperling
On Mon, Aug 23, 2021 at 02:45:44PM +0200, Johan Corveleyn wrote: > Thanks, those are good efforts (and thanks to both Daniels for writing > them), but I'm afraid those workarounds are not good enough. The thing > is: this is not for me alone. This needs to be handled in buildscripts > that can be r

Re: A strong WTF on compiling out plaintext password support by default?!

2021-08-24 Thread Stefan Sperling
On Mon, Aug 23, 2021 at 09:05:33PM +0200, Daniel Sahlberg wrote: > Has there been any complaints about Subversion's ability to store passwords > in plaintext? Of course :) Years ago, before any encrypted storage was available on Unix systems, this was a common complaint. The FAQ entry which you i