> -----Original Message----- > From: gst...@apache.org [mailto:gst...@apache.org] > Sent: woensdag 21 april 2010 12:05 > To: comm...@subversion.apache.org > Subject: svn commit: r936240 - > /subversion/trunk/subversion/libsvn_wc/entries.c > > Author: gstein > Date: Wed Apr 21 10:04:42 2010 > New Revision: 936240 > > URL: http://svn.apache.org/viewvc?rev=936240&view=rev > Log: > Revamp and simplify the central entry-fetching function, > svn_wc__get_entry. It no longer worries about the entries cache, and > always goes to the database to fetch the parent/entry pair of entries. > > * subversion/libsvn_wc/entries.c: > (svn_wc__get_entry): strip out the access baton and entries cacheing > considerations from this function. use read_entry_pair to grab the > target entry. only use the RESULT_POOL and SCRATCH_POOL rather than > an > access baton's pool.
This patch breaks 485 tests on the ubuntu buildbot and 479 on the Windows buildbot. (I see basic_tests.py 1-17 in the list of failures) Bert