Re: [PATCH] Reduce number of RA requests during "svnsync info"

2011-05-23 Thread C. Michael Pilato
On 05/23/2011 08:48 AM, vijay wrote: > Hi, > > This is the follow-up to r1126441. > > In r1126441, Ivan reduced the no. of RA requests in > subversion/svnsync/main.c: open_source_session() by using > svn_ra_rev_proplist(). This patch does the same during "svnsync info" also. > > Attaching the pa

[PATCH] Reduce number of RA requests during "svnsync info"

2011-05-23 Thread vijay
Hi, This is the follow-up to r1126441. In r1126441, Ivan reduced the no. of RA requests in subversion/svnsync/main.c: open_source_session() by using svn_ra_rev_proplist(). This patch does the same during "svnsync info" also. Attaching the patch and log message. Thanks & Regards, Vijayaguru