Syntax |
scc_put_file <file name> [<comment>] |
Arguments |
<file name>
|
The name of the file you are putting back into the revision control system.
|
<comment> |
The comment describing the version of the file you are putting back into the revision control system.
|
|
Return Value |
Code Name |
Code |
String Return |
TCL_OK |
0 |
scc_put_file( <file> ) successful |
TCL_ERROR |
1 |
scc_put_file( <file> ) error: <revision control system error> |
TCL_ERROR |
1 |
error: unable to write to log file |
|
Description |
Puts your locked version of the specified file into the revision control system, places the comment into the history log for the file, and unlocks the file so others can lock it. |