23.12.2012 Views

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

2checkin<br />

Purpose Check file into source control system<br />

Graphical<br />

Interface<br />

checkin<br />

As an alternative to the checkin function, use Source Control Check In in the<br />

Editor, Simulink, or Stateflow File menu.<br />

Syntax checkin('filename','comments','string')<br />

checkin({'filename1','filename2','filename3', ...},'comments',<br />

'string')<br />

checkin('filename','option','value', ...)<br />

Description checkin('filename','comments','string') checks in the file named<br />

filename to the source control system. Use the full pathname for the filename.<br />

You must save the file before checking it in. The file can be open or closed when<br />

you use checkin. The string argument is a <strong>MATLAB</strong> string containing<br />

check-in comments for the source control system. You must supply the<br />

comments argument and 'string'.<br />

checkin({'filename1','filename2','filename3', ...},'comments',<br />

'string') checks in the files named filename1 through filenamen to the<br />

source control system. Use the full pathnames for the files. Additional<br />

arguments apply to all files checked in.<br />

checkin('filename','option','value', ...) provides additional checkin<br />

options. The option and value arguments are shown in the table below.<br />

option<br />

Argument<br />

Purpose value Argument<br />

'force' When set to on, filename is checked in<br />

even if the file has not changed since it<br />

was checked out. The default value for<br />

force is off.<br />

'lock' When set to on, filename remains<br />

checked out. Comments are submitted.<br />

The default value for lock is off.<br />

'on'<br />

'off' (default)<br />

'on'<br />

'off' (default)<br />

You can check in a file that you checked out in a previous <strong>MATLAB</strong> session or<br />

that you checked out directly from your source control system.<br />

2-241

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!