Take a look at the help for the command line COMMIT action, "Vault.exe HELP COMMIT". You can commit the current change set (no arguments), or individual items within the change set (list of repository paths as arguments)chanmy8 wrote:Hi,
How could I check in multiple files in batch using command line?
Thank you
Check in multiple files in batch
Moderator: SourceGear
Re: Check in multiple files in batch
Jeff Clausius
SourceGear
SourceGear
One last thing... Look at "vault.exe HELP BATCH".
The Vault command line also has a BATCH mode which can take a file or standard input for a listing of version control commands. This allows you to write batch scripts which can execute multiple actions within a vault login session.
The Vault command line also has a BATCH mode which can take a file or standard input for a listing of version control commands. This allows you to write batch scripts which can execute multiple actions within a vault login session.
Jeff Clausius
SourceGear
SourceGear