MATLAB Function Reference |
Undo previous checkout from source control system (UNIX only)
Graphical Interface
As an alternative to the undocheckout
function, use Source Control -> Undo Checkout in the File menu for the Editor/Debugger, Simulink, or Stateflow, or in the context menu of the Current Directory browser.
Syntax
Description
undocheckout('
makes the file filename
')
filename
available for checkout, where filename
does not reflect any of the changes you made after you last checked it out. Use the full pathname for filename
and include the file extension.
undocheckout({'filename1','filename2', ...,'filenamen'})
makes filename1
through filenamen
available for checkout, where the files do not reflect any of the changes you made after you last checked them out. Use the full pathnames for filenames
and include the file extensions.
Examples
undoes the checkouts of /myserver/mymfiles/clock.m and
/myserver/mymfiles/calendar.m from the source control system.
See Also
For Windows platforms, use verctrl
.
Uitoolbar Properties | unicode2native |
© 1994-2005 The MathWorks, Inc.