Is it possible to setup a StarTeam repository that automatically checks in and checks out code? Would I have to write code that checks (in/out) through the command line, or is there an option in the software itself?
Asked
Active
Viewed 141 times
1 Answers
0
This can be done via the commandline tool (stcmd) The command for checking in is stcmd ci and the command for checking out is stcmd co.
Here is the documentation: http://documentation.microfocus.com/help/topic/com.borland.stcmdtools.doc/STARTEAM-57C20EC2-CLIENTCOMMANDLINEOPERATIONSJUMPOFF.html?cp=8_3_2
There is also an official forum for more general usage questions

BalaclavaBivvy
- 13
- 4
-
Where is the documentation? – T-Heron Jan 25 '17 at 13:59
-
I'm not sure why but the link was stripped out. I have edited it back in. – BalaclavaBivvy Jan 30 '17 at 11:00