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

Reply via email to