How to unload a folder loaded in RTC
3 answers
You can actually just delete the folder, just be sure that you do not use the Team > "Delete from Repository" or corresponding scm rm command and it will just remove it from the sandbox not delete it from your workspace and save the deletion.
It's pretty safe to delete it in case you don't believe me, and if you see a pending change for the removal don't check-in/deliver that in just undo the change :)
-Sean
Comments
2 votes
showing 5 of 6
show 1 more comments
If the files you want to remove/unload are part of a folder that is already versioned. The best option is to not load them from the start. This type of scenario is load rules could be used, I tend to use them for build and deploy cases where I know I really only need to load a few files or folders, not the whole workspace/component.
https://jazz.net/library/article/1015#Examples
n.b. Just note that this will slightly alter the loaded directory structure as it flattens it to only the directories you choose to load, so you may need to alter or parameterize your scripts to take this into account.
-Sean
Comments
1 vote