How do I load a folder from a stream and maintain the complete folder structure in my sandbox?
Abe Roba (10●1●23●32)
| asked Nov 29 '13, 11:45 p.m.
retagged Dec 16 '13, 11:51 a.m. by David Lafreniere (4.8k●7)
When I load a folder from the stream, I am unable to tell what tier the folder is in, there is no structure as far as the nesting of the folder structure that I can see in my sandbox. All folders are at the same level and I was hoping there is a way to maintain the folder path without loading every file in the folders when I only need to know the structure.
|
2 answers
HI Abe,
Please find the link below. https://jazz.net/library/article/192 Regards, Arun. |
I believe you would like to load a component sparsely, while preserving the entire path. This can be done with
<sandboxRelativePath includeRepositoryPath="true"/>in the load rules. Please refer to https://jazz.net/wiki/bin/view/Main/SCMLoadRuleFormat#Example_Loading_sparsely_using_s for details. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
I am not quite sure, what the structure of the data you are loading is, and I don't understand the question you are asking. If you can provide more information about your aims, someone might be able to answer. Without knowing more, have you looked into load rules and "Load As"?