Swap sandbox repository workspace
I work on a project that is very large. At times it is necessary to work on multiple streams or create new ones. I have found that whenever I switch my repository workspace two bad things happen:
(1) the entire repository workspace is redownloaded (same component) even though only several dozen files are actually different, and (2) non-versioned ignored files are all deleted (such as build files) requireing a complete rebuild.
Both of these are major hindrances to rapid development. The second one is the worse since I have to completely rebuild every time. Having multiple sandboxes does not solve the problem - it only takes up a ton of disk space and still requires builds per each sandbox and a download of the entire repository. With Clearcase I was able to switch config specs and then simply do a quick compile and hotswap of the new files.
So my questions are:
(A) How can I properly "hotswap" a sandboxes repository workspace?
(B) How can I prevent switching repository workspaces from wiping the entire sandbox?
One answer
can u explain what you are doing?
I have multiple jazz source repository workspaces connected concurrently. I don't ever 'swap'.
on the eclipse side, did you mean eclipse workspace (ie, sandbox workspace?).
did u logoff from the jazz repo connections before changing eclipse workspaces?
I have multiple jazz source repository workspaces connected concurrently. I don't ever 'swap'.
on the eclipse side, did you mean eclipse workspace (ie, sandbox workspace?).
did u logoff from the jazz repo connections before changing eclipse workspaces?
Comments
showing 5 of 6
show 1 more comments