[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SVN patch issue with property changes

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 29 Jun 2018 17:59:42 +0000

Dipu H wrote on Thu, Jun 28, 2018 at 15:23:35 +0000:
> It is a conflict. Values didn’t change after applying the patch.
>
> root_at_contrail-ubm-dipuh:/tmp/tests# svn patch /tmp/patch
> C xpathleak.py
> > rejected hunk ## -0,0 +1,1 ## (svn:executable)
> Summary of conflicts:
> Property conflicts: 1
> root_at_contrail-ubm-dipuh:/tmp/tests# svn diff xpathleak.py
> root_at_contrail-ubm-dipuh:/tmp/tests#

You should probably find all files that have svn:executable set to empty and
change the property's value to "*", and commit that. That will sidestep the
issue with 'svn patch' modifying an empty property to non-empty that Julian has
described elsethread.

Cheers,

Daniel
Received on 2018-06-29 19:59:52 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.