Main Content

undocheckout

(Removed) Undo previous checkout from source control system (UNIX platforms)

    undocheckout has been removed. For more information on updating your code, see Version History.

    Description

    example

    undocheckout(filename) makes the specified file available for checkout, where filename does not reflect any of the changes you made after you last checked it out.

    Examples

    collapse all

    Undo the checkouts of /myserver/myfiles/clock.m and /myserver/myfiles/calendar.m from the source control system.

    undocheckout({'/myserver/myfiles/clock.m', ... 
    '/myserver/myfiles/calendar.m'})

    Input Arguments

    collapse all

    File name, specified as a character vector or a cell array of character vectors. The file name must be a full path and include the file extension.

    Example: '/myserver/myfiles/clock.m'

    Example: {'/myserver/myfiles/clock.m','/myserver/myfiles/calendar.m'}

    Version History

    Introduced before R2006a

    collapse all

    R2017a: Removed

    undocheckout has been removed.

    Replace this functionality with one of these options: