"scm.client.deliver" versus "scm.server.deliv
2 answers
The client operation is run in your local Eclipse client. This operation
supports precondition checks like "make sure I have no compilation errors".
The server operation is run on the remote Jazz server. This operation
supports preconditions checks and also enforces permissions.
- Jared
daclan wrote:
supports precondition checks like "make sure I have no compilation errors".
The server operation is run on the remote Jazz server. This operation
supports preconditions checks and also enforces permissions.
- Jared
daclan wrote:
I would like to know what is the difference between
"com.ibm.team.scm.client.deliver" and
"com.ibm.team.scm.server.deliver".