simulation of scm deliver/accept
Is there a way to detect if a "scm accept" or "scm deliver" will cause any conflicts? (e.g. execution of the command without really accepting or delivering)
What I want to do is:
1) check if scm accept will cause conflicts, if yes --> errormessage and exit
2) do some batch processing on the host
3) scm accept
What I want to do is:
1) check if scm accept will cause conflicts, if yes --> errormessage and exit
2) do some batch processing on the host
3) scm accept