On Fri, Jun 03, 2011 at 08:22:50PM +0530, vijay wrote:
> I think it checks for "yes or no" in the stdin(the dump file). As it
> could not find one, it prompts the user repeatedly and fails the
> error.

Ouch 8-/

> Is there any open issue for this?

I don't think so. Please file one. Thanks!

svnrdump should not be using stdin for input.
It should accept the file on the command line instead because
using stdin interferes with prompting.

svn patch does not accept this familiar syntax for the same reason:
  svn patch < patchfile

The only command we have that works like this is svnadmin,
which never prompts interactively.

Reply via email to