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)
sharing TPLs across multiple branches
akalve
How do I configure Teamsite to share same set of TPLs across multiple branches?
Find more posts tagged with
Comments
akshathp
I have not tried this but I guess this should work. If you have a script that gets kicked off upon submitted any template (datacaptures & TPLs). For the following method, a dummy workarea would be required in all the branches you have.
Your custom Script should copy the datacapture and TPL from the staging area of the original branch to the templatedata section of the dummy workarea on target branches. Then it should submit the files again on all branches so that the users would get them upon performing getlatest operation.
Hope this helps.
Akshat Pramod Sharma
Interwoven Inc.
akshathp
Also, can you not use the locations tag in templating.cfg to control it?
<locations>
<branch vpath-regex=".*/intranet" />
</locations>
Hope this helps.
Akshat Pramod Sharma
Interwoven Inc.
Adam Stoller
I believe you would have to create boilerplate TPLs in each of the category/datatype/presentation directories on each of the bracnhes where you want to share code - and than have those TPLs use the iw_include directive to include a common TPL in a common location. See
http://localhost/iw/help/tst/pt/TeamSite__PT__iw_include.html
for more details (replacing locahost with your TeamSite server hostname [if not localhost]
--fish
(Interwoven, Curriculum Development)