[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 19:32:20 +0200

On Fri, Jun 03, 2011 at 04:48:50PM +0100, Philip Martin wrote:
> Stefan Sperling <stsp_at_elego.de> writes:
>
> > 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.
>
> Standard patch allows me to use '<' and still prompts interactively:
>
> $ patch -p0 < x.patch
> patching file wc/A/f
> Reversed (or previously applied) patch detected! Assume -R? [n]

Of course. But it can use isatty(). And we cannot because APR doesn't
provide it and we don't have a custom implementation of it either.
Received on 2011-06-03 19:32:57 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.