> On 15 Mar 2019, at 22:17, Martin De Kauwe wrote:
>
> Hi,
>
> I'm trying to write a script that will make a checkout from a svn repo and
> build the result for the user. However, when I attempt to interface with the
> shell it asks the user for their filename and I don't know how to captur
On 03/16/2019 10:08 AM, Grant Edwards wrote:
> I don't know about svn specifically, but in the past it was typical
> for programs requiring passwords and assuming interactive usage to
> issue the password prompt to and read the password from /dev/tty,
> rather than stdin/stdout. That allowed their
On 2019-03-16, dieter wrote:
> Otherwise, you must monitor what it written to the subprocess'
> "stdout" and "stderr", recognized the interaction request
> perform the interaction with the user and send the result
> to the subprocess' stdin.
I don't know about svn specifically, but in the past i
On 3/16/19 1:50 AM, Martin De Kauwe wrote:
On Saturday, 16 March 2019 16:50:23 UTC+11, dieter wrote:
Martin De Kauwe writes:
> I'm trying to write a script that will make a checkout from a svn repo and build the result for the user. However, when I attempt to interface with the shell it asks
On Saturday, 16 March 2019 16:50:23 UTC+11, dieter wrote:
> Martin De Kauwe writes:
>
> > I'm trying to write a script that will make a checkout from a svn repo and
> > build the result for the user. However, when I attempt to interface with
> > the shell it asks the user for their filename an
Martin De Kauwe writes:
> I'm trying to write a script that will make a checkout from a svn repo and
> build the result for the user. However, when I attempt to interface with the
> shell it asks the user for their filename and I don't know how to capture
> this with my implementation.
>
> us
Hi,
I'm trying to write a script that will make a checkout from a svn repo and
build the result for the user. However, when I attempt to interface with the
shell it asks the user for their filename and I don't know how to capture this
with my implementation.
user = "XXX578"
root="https://trac