I am trying to do a filtered get from vss. Here is my config.
<exclusionFilters>
<pathFilter>
<pattern>$/**/EnterprisePortal/
ProjectsPortal.Bridge.UserControls/ig_res</pattern>
</pathFilter>
</exclusionFilters>
Can anyone tell me why this will not work? I have tried many
different versions and I can never get it to exclude the folder.
I also tried
<pattern>$/**/EnterprisePortal/ProjectsPortal.Bridge.UserControls/
ig_res/**</pattern>
<pattern>$/**/EnterprisePortal/ProjectsPortal.Bridge.UserControls/
ig_res/**/*.*</pattern>