Stefan Sperling <s...@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] -- Philip