Hi Greg,
I did try with multiple ignore pattern. You can see that in my config. Not
sure if I'm missing something. Do let me know.
Can you share the output of "svn info" (run it under your repository).
<params>
<param name="Branch">*branch/2018_07*</param>
</params>
<environmentvariables>
<variable name="branch">
<value>#{Branch}</value>
</variable>
</environmentvariables>
<materials>
<svn url="http://localhost/svn/myrepo/#{Branch}"
username="username" encryptedPassword="password" dest="svn_repo"
materialName="svn">
<filter>
* <ignore pattern="#{Branch}/Artwork/**/*" />
<ignore pattern="#{Branch}/Build/**/*" />
<ignore pattern="#{Branch}/BuildBotScripts/**/*" />
<ignore pattern="#{Branch}/External Tools/**/*" />
<ignore pattern="#{Branch}/HotFixes/**/*" />
<ignore pattern="#{Branch}/IDE/**/*" />
<ignore pattern="#{Branch}/Installers/**/*" />
<ignore pattern="#{Branch}/Internal Tools/**/*" />
<ignore pattern="#{Branch}/Notes/**/*" />
<ignore pattern="#{Branch}/WebFramework/**/*" />
<ignore pattern="#{Branch}/XojoPlugins/**/*" />
<ignore pattern="#{Branch}/_build/**/*" />
<ignore pattern="#{Branch}/foo" />*
</filter>
</svn>
</materials>
On Thu, Aug 9, 2018 at 6:43 AM Greg O'Lone <[email protected]> wrote:
> Have you tried with more than one ignore pattern? That *seems* like the
> only difference between your config and mine (that I can see).
>
> Here's the portion of our config with the sensitive parts redacted:
>
> <pipeline name="Frameworks" labeltemplate="${IDE-SVN}" lockBehavior=
> "unlockWhenFinished" template="Frameworks-Template">
> <params>
> <param name="BRANCH">branches/macOS</param>
> </params>
> <environmentvariables>
> <variable name="BRANCH">
> <value>#{BRANCH}</value>
> </variable>
> <variable name="SVN_USER">
> <value>**hidden**</value>
> </variable>
> <variable name="SVN_PASSWORD" secure="true">
> <encryptedValue>**hidden**</encryptedValue>
> </variable>
> </environmentvariables>
> <materials>
> <svn url="https://www.example.com/engineering/branches/RBUS/#{BRANCH}"
> username="**hidden**" encryptedPassword="**hidden**" dest="build"
> materialName="IDE-SVN">
> <filter>
> <ignore pattern="/branches/RBUS/#{BRANCH}/_build/**/*" />
> <ignore pattern="/branches/RBUS/#{BRANCH}/Artwork/**/*" />
> <ignore pattern="/branches/RBUS/#{BRANCH}/Build/**/*" />
> <ignore pattern="/branches/RBUS/#{BRANCH}/BuildBotScripts/**/*" />
> <ignore pattern="/branches/RBUS/#{BRANCH}/External Tools/**/*" />
> <ignore pattern="/branches/RBUS/#{BRANCH}/HotFixes/**/*" />
> <ignore pattern="/branches/RBUS/#{BRANCH}/IDE/**/*" />
> <ignore pattern="/branches/RBUS/#{BRANCH}/Installers/**/*" />
> <ignore pattern="/branches/RBUS/#{BRANCH}/Internal Tools/**/*" />
> <ignore pattern="/branches/RBUS/#{BRANCH}/Notes/**/*" />
> <ignore pattern="/branches/RBUS/#{BRANCH}/Web/**/*" />
> <ignore pattern=
> "/branches/RBUS/#{BRANCH}/BuildBotScripts/BuildMaster/master.cfg" />
> </filter>
> </svn>
> </materials>
> </pipeline>
>
> --
> You received this message because you are subscribed to the Google Groups
> "go-cd" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>
--
You received this message because you are subscribed to the Google Groups
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.