Dipu H wrote: > Property changes on: xpathleak.py > ___________________________________________________________________ > Modified: svn:executable > ## -0,0 +1 ## > +* <<<<<<<------------- Yes, there is a change, value * added... > \ No newline at end of property [...] > The patch is rejected without changing the property. The destination file > already has svn:executable property present in it. But the value is empty. > Ideally, if the patch was applied properly, the value should have been > changed to "*".
I tested this on trunk, and get the same conflict with a property named 'p' and value changing from empty to 'v'. It is not caused by special handling of the value '*'. The bug seems to be that 'svn patch' fails to apply any patch of this form, that tries to change a property value from empty to non-empty. - Julian