Undo CheckOut
Return to Introduction  Previous page  Next page
Reverses a checkout action.

Syntax

tc UndoCheckOut <TC Items> [-O] [-T] [-Y] [-?]  

Examples
 
Undo a checkout on Hello.pas in the current folder:

tc UndoCheckOut Hello.pas  

Undo a checkout on all file in the folder //Test Project/Source/Units

tc UndoCheckout //Test Project/Source/Units/*  

The following table describes the command-line options available with this command.

Option
Description
-O
Specify command output parameters
-T
Causes the command to terminate and return an error code when an error occurs.
-Y
Specify a Username and/or Password
@<filename>
Specify a file containing the list of files to undo the checkout on
-?, -H
Request online help for a command


Remarks

This command effectively unlocks the archive and performs a Get. If changes were made to the local file, these changes will be lost.

 


© 1995-2018 MCN Software