On 06.04.2016 20:42, kot...@apache.org wrote: > Author: kotkov > Date: Wed Apr 6 18:42:07 2016 > New Revision: 1738021 > > URL: http://svn.apache.org/viewvc?rev=1738021&view=rev > Log: > Introduce `--file' option for svnadmin dump, dump-revprops, load and > load-revprops subcommands. > > This option allows specifying input or output files, instead of using STDIN > or STDOUT. Using --file (-F) should probably work a bit faster, but, what > is more important, this option allows working with dump files in a shell > that performs additional processing when piping data and thus can silently > corrupt the dumps. For instance, that's how Microsoft PowerShell currently > works.
PowerShell fiddles with redirected stdout? That's ... scary! Out of interest, do you know what it does with the data in the stream and why? -- Brane