Re: svn commands and dos redirection

2012-05-08 Thread chroyer
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

Re: svn commands and dos redirection

2012-05-07 Thread 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 is the easiest way, but perhaps not the only way, to do