voidcheckout

Void a user’s check out if you want to break the locks and give other users access to the file. Any changes the user made are not saved. This command is typically performed by users with administrative security permissions. To undo a check out you performed, see uncheckout.

sscm voidcheckout Username Item1 [Item2...] [-bBranch] [-h] [-pRepository] [-r] [-y[Username:Password|+|=]] [-zSCMServerAddr:PortNum|zPath] [+u]

Option Description
Username Username to undo check out for.
Item Files or repository to void checkout for. Enter / to use the repository specified in -p or the default working directory repository. Use quotes in Unix if Item includes wildcard characters.
-b Branch that contains files or repository. If not specified, default working directory branch is used.
-h Display online help for the command.
-p Full path to repository, including parent repositories.
-r Recursively undo check out for files if Item is a repository or file name includes wildcard characters.
-y Enter a Surround SCM username and password if you do not want to use the default value. To use single sign-on, enter -y+. If you use an identity provider to authenticate, the provider web page opens if you have not yet authenticated. Authenticate with the provider and then return to the CLI.
-z Enter the Surround SCM Server host computer address and port number if you do not want to use the default value. IPv6 addresses must be in square brackets. If you received a server settings file from your Surround SCM administrator, enter the path to the XML file instead of entering the server connection information.
+u Display output in Unicode (Windows only). Output cannot be sent to a file. If output is enabled for all commands, enter +u- to disable it for this command.