duplicatechanges
Duplicate changes made to files from one branch to another.
sscm duplicatechanges BranchFrom BranchTo -pRepository [[-fFilenameWithPath [-v[VersionFrom:]VersionTo]] | [-sChangelistID:number|-sIssue:ProjectName:IssueID|-sLabel:label]] [-ccComment|-cpCommentPath|-c-] [-h] [-lLabelApply] [-v] [-r] [-y[Username:Password|+|=]] [-zSCMServerAddr:PortNum|zPath] [+u]
Option | Description |
---|---|
BranchFrom | Branch containing the changes to move. |
BranchTo | Destination branch to move the changes to. |
-c | Enter a comment or the comment text file path. Enter -cc to prompt for comment, -cp to prompt for the comment file path, or -c- if a comment is not needed. CommentPath can be full path of a local text file, partial path if file is in a subdirectory of current directory, or file name if file is in current directory. |
-f | Full repository path to file with changes to duplicate. |
-h | Display online help for the command. |
-l | Label to apply to file version in destination branch. |
-p | Mainline branch or full path to the repository including parent repositories. |
-r | Preview the result of duplicating changes. |
-s | Set of files with changes to be moved. Files can be identified by changelist, Helix ALM issue, or label. |
-v | Version range containing the changes to move. If not specified, the changes made during last check in are moved. |
-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. |