On Thu, Aug 26, 2021 at 6:30 AM Stefan Sperling <s...@elego.de> wrote: > One consequence is that when Alice mistypes the --username option, or > mistypes the username or password at the prompt, invalid credentials will > be cached. Which should make any regular SVN operation fail and ask for > credentials again. I don't think this would be a problem, apart from the > possibility that invalid plaintext credentials would not be overwritten > by SVN binaries compiled without support for writing plaintext passwords > during regular operation.
That could be mitigated by providing a "svn auth remove" that deletes a cached credential. Nathan