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)
List of branches associated with a group
regisbusch
Does anyone know a simple way (CLT, etc.) to get a list of branches that are owned by a particular user/group.
I know the reverse is possible but I need to be able to take a GID and get a list of owned branches returned.
Any thoughts?
Thanks.
Find more posts tagged with
Comments
akshathp
Not sure if this helps in precise information that you are looking for, but can you not use "iwlist" CLT from TeamSite? Maybe once you get the output, you can filter it manually. Afterall how many branches are we talking about here. Please refer to Command Line Tool manual for syntax and usage.
Hope this helps!
Akshat Pramod Sharma
Interwoven Inc.
regisbusch
Quite a few branches so the iwlist would be very cumbersome. I'm using a combo of ls and grep now which will work ok. Was just hoping there might be a simpler way through IW.
Thanks for the reply!