(Has been removed) Check files into source control system (UNIX platforms)
Note
checkin has been removed.
checkin('filename','comments','comment_text')
checkin({'filename1','filename2'},'comments','comment_text')
checkin('filename','comments', 'comment_text','option','value')
checkin('filename checks in the file named ','comments','comment_text')filename to the source control system. Use the full path for filename and include the file extension. You must save the file before checking it in, but the file can be open or closed. The comment_text is a MATLAB® character vector containing checkin comments for the source control system. You must supply comments and comment_text.
checkin({'filename1','filename2'},'comments','comment_text') checks in the files filename1 through filenamen to the source control system. Use the full paths for the files and include file extensions. Comments apply to all files checked in.
checkin('filename','comments', 'comment_text',' provides additional option','value')checkin options. For multiple file names, use an array of character vectors instead of filename, that is, {'filename1','filename2',...}. Options apply to all file names. The option and value arguments are shown in the following table.
|
option Argument |
value Argument |
Purpose |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|