CreateSVNWorkspace |
Description
cws CreateSVNWorkspace
Parameters
The 'CreateSVNWorkspace' sub command creates a workspace in SVN with the following parameters.
The 'CreateSVNWorkspace' command creates a workspace based on an SVN repository using the provided parameters. -description <workspace description> : Specify the description of the workspace. -organization <organization name> : Specify the name of the organization. -proxyhost <proxy host> : Specify the host name of the proxy server. -proxypassword <proxy password> : Specify the password to access the proxy server. -proxyport <proxy port> : Specify the port number of the proxy server. -proxyusername <proxy username> : Specify the user name to access the proxy server. -svnpassword <svn username> : Specify the password to access the SVN repository. -svnurl <svn url> : Specify the location of the SVN repository. -svnusername <svn username> : Specify the user name to access the SVN repository. -workspace <workspace name> : Specify the name of the workspace.
Example
To create a 'MyWorkspace' workspace in the 'MyOrganization' organization with the SVN repository details, do the following.
C:\work\cordys\defaultInst\bin>cws CreateSVNWorkspace -organization MyOrganization -workspace MyWorkspace -description MyWorkspaceDescription -svnurl http://url/repository/MyProject/trunk -svnusername user -svnpassword pass