Automatic Check-(In/Out)

2019-09-17 01:37发布

问题:

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?

回答1:

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

ST Forum



标签: starteam