Re: exit status of svn commands

2011-06-12 Thread Stefan Sperling
On Sun, Jun 12, 2011 at 11:37:03AM +0300, Daniel Shahaf wrote: > I do think there were other improvements to the cmdline client's exit > codes consistency and error handling in general, see dev@ archives One such thread is here: http://mail-archives.apache.org/mod_mbox/subversion-dev/201101.mbox/%

Re: exit status of svn commands

2011-06-12 Thread Daniel Shahaf
FWIW, it still behaves this way in 1.7: % $svn up foo Skipped 'foo' Summary of conflicts: Skipped paths: 1 % $svn st file svn: warning: W155007: '/home/daniel/file' is not a working copy % with an exit code of 0 in both cases. I do think there were other improvements to the cmdline client's