Re: A more permanent home for the add-a-password-to-a-cached-username script? (was: Re: using svn cli with --non-interactive (in scripts) securely, without exposing password)

2021-08-22 Thread Daniel Shahaf
> > I don't think there's anything written down, but I don't think we > > invented anything either. Python scripts are typically written to be > > importable: > > . > >$ printf '%s\n' 'def foo():' 'return 42' > foo.py > >$ python3 -c 'import foo; print(foo.foo())' > >42 > >$

Re: A more permanent home for the add-a-password-to-a-cached-username script? (was: Re: using svn cli with --non-interactive (in scripts) securely, without exposing password)

2021-08-22 Thread Barry Scott
> On 9 Mar 2021, at 20:09, Daniel Shahaf wrote: > > Daniel Sahlberg wrote on Mon, Mar 08, 2021 at 09:15:21 +0100: >> Attaching version 5, with changes as below. There are lines with trailing white space that should be cleaned up. >> >> Den sön 7 mars 2021 kl 20:42 skrev Daniel Shahaf : >>