0

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?

Lotzi11
  • 477
  • 1
  • 13
  • 26

1 Answers1

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

ST Forum