Swap sandbox repository workspace
One answer
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
I am doing the following:
so there are files on you local machine which are not included in the stream/repo workspace.
I think 'load' is a replace all operation.
I think you would want to use 'accept' to prevent overwrite. or load to a separate location and xcopy/cp to the current.
just so I know, what are the 'build files'? build.xml?
Build files are Java class files, configuration files, etc. Those are not included in the repo but are under the main folder because that's where they should go after a build.
duplicate post
Ok, but I think you want it both ways...
you are changing to a 'different' workspace, and expect all the files to be loaded,
but you want the old files there too.
build files = output of the build steps.
Philosophically yes. In all practicality they are the same minus a handful of .class files and perhaps some configuration files. That being the case it's much easier for development to simply hotswap / hotcompile those changes as opposed to the entire project. Building the entire project takes time.