Change location after component load
Hi,
Is it possible to move the contents of an already loaded component to another path in the Sandbox?
Suppose I have a 1gb component which was already loaded. I don´t want to go over the wire again just to move it from Sandbox\folder1 to Sandbox\folder2.
If not as a feature, is it possible thru the API?
Thank you.
Is it possible to move the contents of an already loaded component to another path in the Sandbox?
Suppose I have a 1gb component which was already loaded. I don´t want to go over the wire again just to move it from Sandbox\folder1 to Sandbox\folder2.
If not as a feature, is it possible thru the API?
Thank you.
One answer
Hi Diogo,
I'm not sure your use case why you need to move the loaded component to another folder in sandbox.
However if the folder1 and folder2 are two components, RTC supports the function for Eclipse projects. You can see the detail steps from https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.team.scm.doc/topics/t_scm_eclipse_mv_project.html&scope=null
and also forum topic:
https://jazz.net/forum/questions/118228/move-files-and-folders-between-components-and-retain-history
If the folder1 and folder2 are in same component, instead to move the files, you can try different load techniques to load the files to folder2 directory directly. Please see https://jazz.net/library/article/1016 and https://jazz.net/library/article/1015 (load using Load Rules).
I'm not sure your use case why you need to move the loaded component to another folder in sandbox.
However if the folder1 and folder2 are two components, RTC supports the function for Eclipse projects. You can see the detail steps from https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.team.scm.doc/topics/t_scm_eclipse_mv_project.html&scope=null
and also forum topic:
https://jazz.net/forum/questions/118228/move-files-and-folders-between-components-and-retain-history
If the folder1 and folder2 are in same component, instead to move the files, you can try different load techniques to load the files to folder2 directory directly. Please see https://jazz.net/library/article/1016 and https://jazz.net/library/article/1015 (load using Load Rules).