You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2011/02/09 18:11:03 UTC

svn propchange: r1068977 - svn:log

Author: cmpilato
Revision: 1068977
Modified property: svn:log

Modified: svn:log at Wed Feb  9 17:11:03 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Feb  9 17:11:03 2011
@@ -3,10 +3,9 @@ exit-status").  Make 'svn cat' return a 
 more targets fails.  Also print an error message in those situations.
 
 * subversion/svn/cat-cmd.c
-  (svn_cl__cat): Pass SVN_ERR_FS_NOT_FOUND to svn_cl__try in order to
-    catch this error when processing non existent URL targets, print
-    warning and proceed with other targets. Print error message at the
-    end if operation fails on any one of the targets and return 1.
+  (svn_cl__cat): Pass SVN_ERR_FS_NOT_FOUND to svn_cl__try() as another
+    non-fatal error code.  Return an error if the operation fails for
+    any of the targets.
 
 * subversion/tests/cmdline/cat_tests.py
   (cat_local_directory, cat_nonexistent_file, cat_skip_uncattable,