Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here is list of all parameters for both syntaxes:

  • download – download type. Can be «file» or «folder» download.

  • upload | delete – workspace type for upload or delete. Can be «exist_workspace» or «temp_workspace»;

  • tfs_url – TFS server URL;

  • domain – user domain;

  • user – username;

  • password – user password;

  • tfs_path - TFS source\destination path(if download action, must contain also file or folder name. When upload only destination folder path);

  • server_path – local source\destination path;

  • workspace_name – TFS workspace name. Ignored if «temp_workspace» used;

  • workspace_owner – TFS workspace owner. Ignored if «temp_workspace» used;

  • target_name – file or folder name without path for upload or delete;

  • comment – TFS check in comment;

  • recursive – delete or upload items from subfolders;

  • rewrite – option for rewriting already existing file or folder;

  • default_pending_options – if this is parameter is set, parameters below will be ignored;

  • tfs_file_encoding – text file encoding used by TFS;

  • tfs_lock_level – level type for version control items;

  • tfs_get_option – option which controls how items are processed during donwload;

  • tfs_pend_chages_options – options that affect how items are pended.


Windows and UNIX command manager applications differs in SDKs that used for work with TFS. Pending options are available only for UNIX because it uses JNI SDK. Windows use .NET and never use these options.

...