Skip to main content
1-Visitor
October 10, 2012
Solved

Command line to list the checked-in files

  • October 10, 2012
  • 1 reply
  • 1682 views

What is the command used to list the checked-in files in a specific Source project ?

    Best answer by matt_giltaji

    si mods can be used to get the list of files checked in between any two checkpoints in the Source project (or between teh project tip and a checkpoint)

    si print will list out every file in the Source project

    The Source CLI reference pdfs will have more details about the syntax and options available for each command

    1 reply

    1-Visitor
    October 10, 2012

    si mods can be used to get the list of files checked in between any two checkpoints in the Source project (or between teh project tip and a checkpoint)

    si print will list out every file in the Source project

    The Source CLI reference pdfs will have more details about the syntax and options available for each command