> -----Original Message----- > From: hwri...@apache.org [mailto:hwri...@apache.org] > Sent: donderdag 24 juni 2010 18:20 > To: comm...@subversion.apache.org > Subject: svn commit: r957608 - in > /subversion/trunk/subversion/libsvn_client: info.c status.c > > Author: hwright > Date: Thu Jun 24 16:19:42 2010 > New Revision: 957608 > > URL: http://svn.apache.org/viewvc?rev=957608&view=rev > Log: > Follow up to r957094 by updating callers to the new API. > > * subversion/libsvn_client/status.c > (reporter_finish_report), > * subversion/libsvn_client/info.c > (svn_client_info3): Use svn_ra_get_locks2().
These callers should both be fixed to supply a reduced depth (svn_client_statusX() and svn_client_infoX() both receive a limiting depth from their callers). And you just removed the warning to help us remind that we should that. I think you should either fix this to supply the right (limiting) depth, or revert this commit to get the reminder back in place. Bert