[PATCH] Code refactoring in svn_ra_serf__replay_range()

2012-12-13 Thread vijay
Hi, This patch uses an existing function(svn_ra_serf__context_run_wait) instead of in-line code for processing the connections defined by the serf context. Attached the patch and log message. Thanks Regards, Vijayaguru Index: subversion/libsvn_ra_serf/replay.c

Re: [PATCH] Code refactoring in svn_ra_serf__replay_range()

2012-12-13 Thread C. Michael Pilato
On 12/13/2012 09:53 AM, vijay wrote: Hi, This patch uses an existing function(svn_ra_serf__context_run_wait) instead of in-line code for processing the connections defined by the serf context. Attached the patch and log message. Looks good. I did some additional cleanup of comments made