我目前正在尝试使用审查委员会进行差异,但不断收到一条模棱两可的错误消息:
Error uploading diff
Your review request still exists, but the diff is not attached.
调试消息也没有给出太多,没有任何错误......
>>> RBTools 0.4.1
>>> Home = /home/tom
>>> HTTP GETting api/
>>> HTTP GETting http://127.0.0.1/api/info/
>>> Using the new web API
Index: /trunk/0.1/scripts/configure-apache.sh
===================================================================
--- /trunk/0.1/scripts/configure-apache.sh (revision 143)
+++ /trunk/0.1/scripts/configure-apache.sh (working copy)
@@ -1,5 +1,5 @@
#! /bin/bash
-
+echo hello
cd ..
#SRCHEAD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
SRCHEAD=$SRC_HEAD
这是我的“.reviewboardrc”文件包含的内容:
REVIEWBOARD_URL = "http://127.0.0.1/"
存储库路径是:“https://XXX/svn/infinity/trunk/0.1”
有谁知道我可以从哪里开始解决我看到的这个问题?
提前致谢