我试图在Windows7中从Perforce P4V发布CHANGENUM"(CHANGENUM是待处理列表的数量)。 我成功地从命令提示符执行此命令,但是我无法从Perforce P4V执行,但错误如下。
>>> RBTools 0.7.1 alpha 0 (dev)
>>> Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)]
>>> Running on Windows-7-6.1.7601-SP1
>>> Home = C:\Users\xxxx\AppData\Roaming
>>> Current directory = c:\Users\xxxx\p4vworkspace
>>> Checking for a Subversion repository...
>>> Unable to execute "svn help": skipping SVN
>>> Checking for a Git repository...
>>> Running: git rev-parse --git-dir
>>> Command exited with rc 128: ['git', 'rev-parse', '--git-dir']
fatal: Not a git repository (or any of the parent directories): .git
---
>>> Checking for a Mercurial repository...
>>> Unable to execute "hg --help": skipping Mercurial
>>> Checking for a CVS repository...
>>> Unable to execute "cvs": skipping CVS
>>> Checking for a Perforce repository...
>>> Running: p4 info
>>> Running: diff --version
>>> repository info: Path: perforce.tw.trendnet.org:1666, Base path: None, Supports changesets: True
>>> Making HTTP GET request to http://xxxxx/api/
Path 'CHANGENUM' does not match a valid Perforce path.
CustomTool设置在
之下■应用程序:C:\ Program Files \ RBTools \ bin \ rbt.cmd
■参数:post -d%p
你有什么想法来解决它吗?
答案 0 :(得分:0)
我在执行rbt post之前取消设置P4CHARSET并成功发布