Re: svn commit: r1338810 - /subversion/trunk/subversion/libsvn_repos/replay.c

2012-05-16 Thread C. Michael Pilato
On 05/15/2012 03:50 PM, Daniel Shahaf wrote: >> } >> } >> >> - /* Handle property modifications. */ >>if (! do_delete || do_add) >> { >> - if (change->prop_mod) >> + /* Handle property modifications. >> + >> + Note that this needs to happen in the "copy f

Re: svn commit: r1338810 - /subversion/trunk/subversion/libsvn_repos/replay.c

2012-05-15 Thread Daniel Shahaf
cmpil...@apache.org wrote on Tue, May 15, 2012 at 17:57:36 -: > Author: cmpilato > Date: Tue May 15 17:57:36 2012 > New Revision: 1338810 > > URL: http://svn.apache.org/viewvc?rev=1338810&view=rev > Log: > Fix issue #4184 ("partial svnsync drops properties when converting > copies to adds").