Software configuration Management (SCM) Tool/System fully integrates Version Control, Bug Tracking & Build Automation
SQL Server-based software configuration management (SCM) tool/system

Command Line Syntax

Dynamsoft SCM Anywhere commands entered within the Windows Command Line must begin with "SCMSCmd". The syntax for Dynamsoft SCM Anywhere commands is as follows:

SCMSCmd Command  [parameter(s)][value(s)]

Dynamsoft SCM Anywhere commands entered within the Java Command Line must begin with "java -jar SCMSCmd.jar". The syntax for Dynamsoft SCM Anywhere commands is as follows:

java -jar SCMSCmd.jar Command  [parameter(s)][value(s)]

Command

A specific instruction to perform an operation or run a program. The commands in Dynamsoft SCM Anywhere are not case-sensitive.

For a complete list of commands in Dynamsoft SCM Anywhere Command Line, see Commands and Parameters.

Parameter

Used to modify the action of a command. The parameters in Dynamsoft SCM Anywhere consist of a hyphen ( - ) and a letter.

For a complete list of parameters in Dynamsoft SCM Anywhere Command Line, see Commands and Parameters.

Values

Can be a project or a file.  The value must follow the parameter letter with a space between them.

If there is a space in any command parameter value, the value must be surrounded by double quotes. For example (for Windows Command Line):

SCMSCmd GetFileInfo -server 127.0.0.1 -port 8787 -username test -pwd test -tempdir D:\temp -teamproject SCMS -folder $/123 -file "Text 1.txt"

In almost all cases where you can specify an item to act on, you can also specify many items by adding "/" between them. For example (for Windows Command Line):

SCMSCmd AddFile -server 127.0.0.1 -port 8787 -username test -pwd test -tempdir D:\temp  -teamproject SCMS -folder $/123 -file Hello.txt/Test.txt

Interactive Shell

Dynamsoft SCM Anywhere Command Line Client provides an interactive shell for your convenience.

SCMSCmd Interactive -server demo.Dynamsoft.com -port 8787 -username test -pwd test -teamproject "Dynamsoft SCM Anywhere" -tempdir D:\temp

Now you are in the interactive shell. When you use other commands, the parameters -server, -port, -username, -pwd, -teamproject are not required. Take the Add File Command for example,

AddFile -file "test.txt" -folder $/123

Type 'quit' to exit interactive shell.

See Also













Software Configuration Management | SCM Solution | Version Control Software |Source Control Software
Software Configuration Management Hosting |Online Software Configuration Management |SCM Hosted
Copyright © 2009 Dynamsoft Corporation. All Rights Reserved.