Re: Subversion "Exclusion revprop name" - trying to use this to ignore certain svn commits, but can't seem to get this to work

2014-04-17 Thread Robert Mackin
the per-job SCM configuration. > > On 16.04.2014, at 21:41, Robert Mackin > > wrote: > > > I'm setting up Jenkins to replace our homegrown build system. > > > > I want to set it up so that we poll for svn changes and build when a > change is detected.

Subversion "Exclusion revprop name" - trying to use this to ignore certain svn commits, but can't seem to get this to work

2014-04-16 Thread Robert Mackin
I'm setting up Jenkins to replace our homegrown build system. I want to set it up so that we poll for svn changes and build when a change is detected. Problem is our current build checks a file into the project's svn repository after a build. That means polling will *always* find a change. I