Re: svn commit: r1823966 - in /subversion/trunk/subversion/svn: shelf-cmd.c shelve-cmd.c

2018-02-12 Thread Julian Foad
Daniel Shahaf wrote: julianf...@apache.org wrote on Mon, 12 Feb 2018 13:17 +: +++ subversion/trunk/subversion/svn/shelf-cmd.c Mon Feb 12 13:17:16 2018 @@ -71,6 +71,36 @@ friendly_duration_str(apr_time_t duratio +#ifndef WIN32 +/* Run CMD with ARGS. + * Send its stdout to the parent's

Re: svn commit: r1823966 - in /subversion/trunk/subversion/svn: shelf-cmd.c shelve-cmd.c

2018-02-12 Thread Daniel Shahaf
julianf...@apache.org wrote on Mon, 12 Feb 2018 13:17 +: > +++ subversion/trunk/subversion/svn/shelf-cmd.c Mon Feb 12 13:17:16 2018 > @@ -71,6 +71,36 @@ friendly_duration_str(apr_time_t duratio > +#ifndef WIN32 > +/* Run CMD with ARGS. > + * Send its stdout to the parent's stdout. Disconnect