svn plugin question: how to exclude a pattern of directories?
if I want to exclude all the files from "unversioned files" that match a pattern of */portlet/*/resources/*.java in intellij
example file:
user/pswenson/src/portlets/mywebm/applicationconfiguration/wm_bam_dimensions/src/com/webm/bpo/portlet/wm_bam_dimensions/resources/Bam_dimensionsDescriptorResources.java
there are many directories that follow this pattern though...
I have tried every pattern type I can think of w/o success. I would think that */portlet/*/resources/*.java or **/portlet/**/resources/*.java would work - but they don't
thanks
phil
Please sign in to leave a comment.