[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r37361 - trunk/subversion/libsvn_wc

From: Greg Stein <gstein_at_gmail.com>
Date: Sun, 19 Apr 2009 19:06:46 +0200

On Sun, Apr 19, 2009 at 17:48, Lieven Govaerts <svnlgo_at_mobsol.be> wrote:
> On 04/19/2009 04:01 AM, Greg Stein wrote:
>...
>> +++ trunk/subversion/libsvn_wc/adm_crawler.c  Sat Apr 18 19:01:33 2009        (r37361)
>> @@ -462,7 +462,8 @@ report_revisions_and_depths(svn_wc_adm_a
>>                  &&  (depth>  svn_depth_files
>>                      || depth == svn_depth_unknown))
>>           {
>> -          svn_wc_adm_access_t *subdir_access;
>> +          const char *subdir_abspath;
>> +          svn_error_t *err;
>>             const svn_wc_entry_t *subdir_entry;
>>             svn_boolean_t start_empty;
>>
>> @@ -480,12 +481,20 @@ report_revisions_and_depths(svn_wc_adm_a
>>
>>             /* We need to read the full entry of the directory from its
>>                own "this dir", if available. */
>> -          if (svn_wc__adm_missing(adm_access, this_full_path))
>> -            continue;
>
> This check is still needed, otherwise stat_tests 30 fails.

Thanks for tracking this down. I missed this one (didn't do a full
test run after the last round of changes). I'll get this fixed up.

Cheers,
-g

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1809265
Received on 2009-04-19 19:07:07 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.