Author: brane
Date: Mon Mar 31 15:45:16 2014
New Revision: 1583353
URL: http://svn.apache.org/r1583353
Log:
On the remote-only-status branch: Fix deprecated wrapper.
* subversion/libsvn_wc/deprecated.c (svn_wc_get_status_editor5):
Use the correct value for the check_working_copy parameter.
Modified:
subversion/branches/remote-only-status/subversion/libsvn_wc/deprecated.c
Modified:
subversion/branches/remote-only-status/subversion/libsvn_wc/deprecated.c
URL:
http://svn.apache.org/viewvc/subversion/branches/remote-only-status/subversion/libsvn_wc/deprecated.c?rev=1583353&r1=1583352&r2=1583353&view=diff
==============================================================================
--- subversion/branches/remote-only-status/subversion/libsvn_wc/deprecated.c
(original)
+++ subversion/branches/remote-only-status/subversion/libsvn_wc/deprecated.c
Mon Mar 31 15:45:16 2014
@@ -2898,7 +2898,7 @@ svn_wc_get_status_editor5(const svn_delt
anchor_abspath,
target_basename,
depth, get_all,
- FALSE, /* ignore_local_mods */
+ TRUE, /* check_working_copy */
no_ignore, depth_as_sticky,
server_performs_filtering,
ignore_patterns,