On Wed, Jun 15, 2011 at 07:41:47AM -0500, Brian Neal wrote: > > Instead of doing nothing, I think this should set the *state to 'merged' > > using > > > > set_prop_merge_state(state, svn_wc_notify_state_merged); > > > > Just like apply_single_prop_add() already does. > > > > Do you agree? If so I will apply this patch with that modification. > > Yes, that seems very reasonable since the other routines for merging > props (add/delete) call that function under similar circumstances (the > new value is the same as the working value).
Committed in r1136063. > > Also, did you already run the regression tests with your patch ("make > > check")? My suggestion might affect the output of 'svn' so tests would > > need to be run again (but I will run them either way before committing). > > I did not. They all pass. > BTW, I really have to hand it to you guys for putting together some > nice online docs that explains your development process and the > awesome Makefile.svn which allows a new developer to get started with > the code so quickly. Glad to hear that Makefile.svn is useful to others, too. I originally used it as my local build script and Hyrum suggested to put in our repo in case someone finds it useful. Now there we go :)