The path should be inside of a branch or trunk. It is not relative to
repository root path.
I tried with below material configuration and it works fine for me.
<materials>
<svn url="http://localhost/svn/myrepo/#{Branch}"
username="username" encryptedPassword="password" dest="svn_repo"
materialName="svn">
<filter>
<ignore pattern="#{Branch}/**/*" />
</filter>
</svn>
And have below repository structure.
http://localhost/svn/myrepo/
|-- branch
| |-- bar
| |-- foo
| |-- foobar
| |-- xyz.txt
| `-- zzz
`-- trunk
`-- blah
Now, if I make any folder/file commit under branch folder, nothing gets
picked by GoCD.
On Wed, Aug 1, 2018 at 7:04 AM Greg O'Lone <[email protected]> wrote:
> I think part of the confusion is that it's documented in two different
> ways. Once place it says that the paths are relative to the root of the
> repository and the other is a config file example that shows paths that
> would be inside of a branch or trunk.
>
> --
> 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.