RTC check out with Siebel
2 answers
I am planning to implement a batch file for the Siebel checkin/checkout that integrates with RTC.
For action checkout:
1. scm accept
2. scm load
3. scm lock acquire
For action checkin:
1. scm checkin (need to get the changeset uuid from the command output. Step 2 and 3 need this uuid.)
2. scm comment
3. scm changeset associate
4. scm deliver
5. scm lock release
I hope this will work for the Siebel development.