creating two sandbox for same repository
Hi,
I want to create two sandboxes for my repo workspace.
Basically, one sandbox will be in my laptop (for editing) and other one will be in office host machine (for building).
I don't want to create separate branch and merge each time for this.
I just want to know is it possible to have two sandbox for a single repository workspace (and have auto-sync between then). if yes, how?
Accepted answer
No, loading the same repository workspace twice in parallel and changing files is asking for trouble and not supported.
The build usually uses its own repository workspace for building. You can let it use your repository workspace. Because the build usually does not check in anything, this is not a problem. Otherwise use a stream and two repository workspaces. Deliver/accept often and there is no need to merge.