On Tue, Jan 25, 2011 at 8:47 PM, Daniel Shahaf <[email protected]> wrote: > anatoly techtonik wrote on Fri, Jan 21, 2011 at 13:42:51 +0200: >> No. Internet connection may be down during this specific request. How can I >> distinguish these two errors? > > How about something like this: > > % svn $subcommand --options --output-apr_err-to-stderr 2>&1 >/dev/null | tail > -n1 > apr_err=210005
Doesn't work. Is it because I am on Windows? > svn info path@X --options --output-apr_err-to-stderr svn.EXE: invalid option: --options > svn info path@X --config-option --output-apr_err-to-stderr svn: Invalid syntax of argument of --config-option I couldn't find any 'arp_err' references in svn binary code at all. -- anatoly t.

