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)
iwgetprv - Get a list of private files/directories?
iwovGraduate
Is there any easy way (CLT perhaps?) to get a list of files/directories marked private for a given workarea?
I know I can write a script to iterate through the workarea(s) and run iwprv -g <vpath>. However, for the installation I am working on, the total number of files in all workareas is in the order of millions and possibly a few hundred of them at the most are marked private. Seems to be an overkill. There has to be an easier way. No?
TS 5.0.2, W2K -> TS 6.5, W2K
Find more posts tagged with
Comments
nipper
the good news is that you can write it up and start it tomorrow, should be done by the time you get in Monday.
does not even appear to be a PM that can help
nipper
might be another way,
does iwlistmod return private files ?
That will return everything and you could then run iwprv on that (hopefully somewhat) smaller list.
did not work in my test
Edited by nipper on 09/08/05 02:09 PM (server time).
iwovGraduate
Thanks.. I tried it too. listmod won't show private files.
I am surprised nobody ever needed this?
james1
I don't think there is a way to get the list of all private files for a workarea. CCPro doesn't offer this listing (but it does list modified files, and locked files), so that's an indication to me that there isn't an immediate way to get it.
-- James
--
James H Koh
Interwoven Engineering
Solito
how did you manage the situation then ..?
Migrateduser
I am not sure if this works or not. Submit all the files and use iwdiffdir to get the list of private files, as TeamSite does not submit files marked private. Note if the files is already submitted and then made private the above method might not work.