Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Submit.cfg
rabia
I am applying the following rule in my submit.cfg file for the branch scb2bex_prod:
+++++++++++++++++++++++++++++++++++++++++++++
case_sensitive=yes
rules
{
^default/main/scb2bex_prod
{
/eng/.+[^/]$ {
owner=zahid\scb
setaccess = {zahid\scb2bex_prod:READ}
}
}
}
++++++++++++++++++++++++++++++++++++++++++++
Logically speaking the rule should not go below the level of "eng" directory. But it also matches the files which are present in any directory contained within the directory "eng".
Looking forward for assistance.....
Find more posts tagged with
Comments
Adam Stoller
You have: /eng/.+[^/]$
".+" matches 1-or-more of ANY character - including '/' (which you indicate that you don't want to be the LAST character).
Try: /eng/[^/]+$
--fish
(Interwoven Senior Technical Consultant)
TimeChart.zip
TimeChart.pdf