Delete
Return to Introduction  Previous page  Next page
Removes the selected objects from a repository and marks them as deleted.

Syntax

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

Examples
 
Deletes all .pas and .dpr files from the current folder:

tc Delete *.pas *.dpr  

Deletes the folder AFolder from the project //Test Project

tc Delete "//Test Project/AFolder"  

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
-?, -H
Request online help for a command


Remarks

There is NO confirmation for a delete operation. If a delete on a project or folder succeeds, all sub folders are also deleted. However the delete action causes the deleted object to be added to the Recycle Bin and they can be recovered using the Team Coherence Version Manager.


 


© 1995-2018 MCN Software