Sharing Code with peer developers
There are only 2 developers. Is the 2nd method recommended:
- Developer maintains his/her own Repository Work Space & deliver to the Stream; 2nd developer Accepts the Code from the Stream.
- One Respository Workspace to be shared by 2 developers; both developers check-in code to the same repository workspace. Code change delivered to Stream once each Sprint.
Accepted answer
Comments
- It is not supported
- The tool will tell you the repository workspace is loaded in two locations
- Changing the same repository workspace in different load locations will cause "out of sync errors"
-
Only the owner of the repository workspace can check in/has write permission for the repo ws
2 other answers
As Ralph correctly points out, two different users should never work in a single repository workspace. There are no exceptions to this rule.
Comments
It would have been best to start a separate question on this topic, rather than have it appear as a comment on an answer to the previous topic. I was trying to carve out these posts into a separate "answer" with comments, so that it could be converted to a separate question, but I am getting forum server errors (it apparently gets upset if you move more than a couple comments around), so unfortunately Ralph's response is stuck in the original answer. I have moved moved Somu's clarification to be its own question ( https://jazz.net/forum/questions/268903 ), so we can continue the discussion there.