Re: svn commit: r936240 - /subversion/trunk/subversion/libsvn_wc/entries.c

2010-04-22 Thread Greg Stein
On Wed, Apr 21, 2010 at 10:32, Greg Stein wrote: > On Wed, Apr 21, 2010 at 07:22, Philip Martin > wrote: >> Philip Martin writes: >> >>> Greg Stein writes: >>> With this change, our code no longer reads "all entries", nor does it attempt to cache that hash of entries. The o

Re: svn commit: r936240 - /subversion/trunk/subversion/libsvn_wc/entries.c

2010-04-21 Thread Greg Stein
On Wed, Apr 21, 2010 at 07:22, Philip Martin wrote: > Philip Martin writes: > >> Greg Stein writes: >> >>> With this change, our code no longer reads "all entries", nor does it >>> attempt to cache that hash of entries. >>> >>> The only way to do so, is with svn_wc_entries_read(), >>> svn_wc_wal

Re: svn commit: r936240 - /subversion/trunk/subversion/libsvn_wc/entries.c

2010-04-21 Thread Philip Martin
Philip Martin writes: > Philip Martin writes: > >> Greg Stein writes: >> >>> With this change, our code no longer reads "all entries", nor does it >>> attempt to cache that hash of entries. >>> >>> The only way to do so, is with svn_wc_entries_read(), >>> svn_wc_walk_entries3(), or svn_wc_entry

RE: svn commit: r936240 - /subversion/trunk/subversion/libsvn_wc/entries.c

2010-04-21 Thread Bert Huijben
> -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

Re: svn commit: r936240 - /subversion/trunk/subversion/libsvn_wc/entries.c

2010-04-21 Thread Philip Martin
Philip Martin writes: > Greg Stein writes: > >> With this change, our code no longer reads "all entries", nor does it >> attempt to cache that hash of entries. >> >> The only way to do so, is with svn_wc_entries_read(), >> svn_wc_walk_entries3(), or svn_wc_entry(). All three are deprecated >> an

Re: svn commit: r936240 - /subversion/trunk/subversion/libsvn_wc/entries.c

2010-04-21 Thread Philip Martin
Greg Stein writes: > With this change, our code no longer reads "all entries", nor does it > attempt to cache that hash of entries. > > The only way to do so, is with svn_wc_entries_read(), > svn_wc_walk_entries3(), or svn_wc_entry(). All three are deprecated > and not used by trunk. > > Not seei

Re: svn commit: r936240 - /subversion/trunk/subversion/libsvn_wc/entries.c

2010-04-21 Thread Greg Stein
With this change, our code no longer reads "all entries", nor does it attempt to cache that hash of entries. The only way to do so, is with svn_wc_entries_read(), svn_wc_walk_entries3(), or svn_wc_entry(). All three are deprecated and not used by trunk. Not seeing much of a performance gain, thou