Versions Compared

Key

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

...


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.

Download example:

Code Block
cmdmgr.exe tfs --download=file --tfs_url=http://someURL:8080/tfs* *--domain=some-domain.local --user=username --password=passWorD --tfs_path=$/SomeFolder/1.txt --server_path="D:/SomeFolder"


Upload example:

Code Block
cmdmgr.exe tfs --upload=temp_workspace --tfs_url=http://someURL:8080/tfs --domain=some-domain.local --user=username --password=passWorDtfspassWorD --tfs_path=$/SomeFolder --server_path="D:/SomeFolder" -–target_name="1.txt" --comment="Test comment" –-rewrite=n


Delete example:

Code Block
cmdmgr.exe tfs --delete=exist_workspace --tfs_url=http://someURL:8080/tfs --domain=some-domain.local --user=username --password=passWorDworkspacepassWorD --workspace_name=my_space –-workspace_owner=NyantfsNyan --tfs_path=$/SomeFolder --server_path="D:/SomeFolder" -–target_name="1.txt" --comment="Test comment" –-rewrite=n --tfs_lock_level=1, --tfs_pend_changes_options=1

...