-
Notifications
You must be signed in to change notification settings - Fork 457
tfstool的put文件没有输出类似T开头的18文字字符串 #3
Comments
我也遇到这个问题了。TFS Version: 2.2.0. OS: Ubuntu 12.04. echo@echo-pc:~/Documents$ ./tfs-bin/bin/tfstool -s localhost:8100 -i 'put testfile' |
me too.
|
the env of my case:
is it helpful? |
./bin/tfstool -s 10.232.36.201:8100 -i "put testfile"
将本地testfile存入tfs, -s 指定nameserver的ip:port。 如果成功,会打印 put testfile => T1QEBXXDpXXXXXXXXX success. 类似的消息,其中T开头一串字符是TFS为这个文件生成的文件名,一共18个字符;要想从TFS取出该文件时,需要指定该文件名。
./bin/tfstoo -s 10.232.36.201:8100 -i "get T1QEBXXDpXXXXXXXXX localfile"
从TFS读取T1QEBXXDpXXXXXXXXX,存储到本地localfile中;如果成功,会打印fetch T1QEBXXDpXXXXXXXXX => localfile success
但是我的没有这个T开头的文字输出,怎么办
The text was updated successfully, but these errors were encountered: