Thank you Daniel,
> From: "Daniel Shahaf"
> See line 1063:1085 of
> https://svn.apache.org/repos/asf/subversion/trunk/subversion/svnlook/main.c
> for one possible explanation. If that is the case here, too, you would
> need to disable stdout buffering --- adding a flush() call to svn's
> code
> i
See line 1063:1085 of
https://svn.apache.org/repos/asf/subversion/trunk/subversion/svnlook/main.c
for one possible explanation. If that is the case here, too, you would
need to disable stdout buffering --- adding a flush() call to svn's code
is the easiest way, but perhaps not the only way, to do