The Subversion MkDir command creates a new directory, either in a repository, or in a working copy. In the first case, it is immediately committed. In the latter case, it is added to version control but not committed.

Work Folder: The current directory from which the command is run. See Subversion Actions.

Path: The full path being created, either as a URL or a local directory. All intermediate paths must exist. That is, if creating the path /docs/prod1/test, the path /docs/prod1 must already exist.

User Name/Password: Optional. Subversion username and password if authentication is used.

General Options: See Subversion Actions for more information.

  • No labels