blackstream-x / python-svn2git

Python 3 port of https://github.com/nirvdrum/svn2git - development moved to copmpany-internal repository
MIT License
1 stars 0 forks source link

Read streams output in words #6

Closed blackstream-x closed 3 years ago

blackstream-x commented 3 years ago

as in https://github.com/nirvdrum/svn2git/blob/6dac85ad12b74b478a926f09db0b110d73838702/lib/svn2git/migration.rb#L414, because git-svn prompts do not end in newlines, causing the prompt not to be displayed yet when input is due.

blackstream-x commented 3 years ago

Simplest solution :don‘t capture output at all in run_long_task

blackstream-x commented 3 years ago

i.e. run processwrapper.get_command_output with stderr and stdout both set to None