Command line to list the checked-in files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Command line to list the checked-in files
What is the command used to list the checked-in files in a specific Source project ?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
