2011/11/2 Chris <[email protected]> > Here's my sourcecontrol block. I want any change submitted in C:\My > Projects\CxxTestDemo\* to trigger a build. We use Starteam > > <inclusionFilters> > <pathFilter> > <pattern>C:\My > Projects\CxxTestDemo\**\*</pattern> > </pathFilter> > </inclusionFilters> >
Hi Chris, You need to fill your repository absolute url in the pattern. In my case (I am using subversion) it's svn://svn.mycompany.net/CxxTestDemo/**/*.* Hope this helps Benjamin
