Is there any way to tell a Jenkins project to ignore changes that are
svn:mergeinfo only?  The use case is when you have a tree structure
such as:

projects/
  project-a
  project-b

and someone does an svn merge into projects that only modifies
project-a.  If project-b has existing svn:mergeinfo it will be
modified, causing an apparent change to project-b, even though no code
has changed. So Jenkins will schedule a build for any job that depends
on project-b.

-P

Reply via email to