subversion/subversion-1.8.4-r1543145.p...

16 lines
582 B
Diff

https://svn.apache.org/viewvc?view=revision&revision=1543145
--- subversion-1.8.4/subversion/svn/status-cmd.c
+++ subversion-1.8.4/subversion/svn/status-cmd.c
@@ -358,7 +358,8 @@
NULL, opt_state->quiet,
/* not versioned: */
SVN_ERR_WC_NOT_WORKING_COPY,
- SVN_ERR_WC_PATH_NOT_FOUND));
+ SVN_ERR_WC_PATH_NOT_FOUND,
+ SVN_NO_ERROR));
if (opt_state->xml)
SVN_ERR(print_finish_target_xml(repos_rev, iterpool));