[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: can't we use "svnrdump load" in interactive mode?

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 3 Jun 2011 17:31:39 +0200

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.
Received on 2011-06-03 17:32:18 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.