Unpin (Command Line)

See Also

Undoes a Pin operation.

Syntax

ss Unpin VSS items [-G] [-H] [-N] [-W] [-Y] [-?]

Examples

Cancels the pinned status of MYFILE.CPP and MYFILE.H:

ss Unpin MYFILE.CPP MYFILE.H 

Cancels the pinned status of all .DOC files in the current project:

ss Unpin *.DOC 

Cancels the pinned status of all files in the SPECS project:

ss Unpin $/CEDAR/SPECS/*.*

The following table describes the command-line options available with this command.

Option Description
-G Set Get options for the retrieved local copy.
-W Make the retrieved local copy writable.
-N Change between long and short file name mode.
-Y Specify a username and/or password.
-?, -H Request online Help on a command.

Access Rights

You must have the Check Out access right in the project you are unpinning to use this command.

Remarks

The Unpin command searches the files specified. For files pinned to a specific version, the Unpin command returns them to sharing the latest version in the project.

The Unpin command ignores files that are not pinned.