我在通过 Subversion (SVN) 中的签入自动在 Review Board 中创建新的评论条目时遇到了困难。我创建了一个提交后挂钩,当手动运行时会出现以下异常:
Failed to execute command: ['c:\\python25\\Scripts\\post-review', '--repository-
url=file:///Repository/svn/TestProject', '--user
=reviewmanager', '--password=########', '-p', '--submit-as=mario', '--revision-
range=44:45', '--server=http://172.16.4.175/reviewboard
--disable-proxy', '--summary=refs #2564 testcheckin for reviewboard',
'--description=(In [45]) refs #2564 testcheckin for reviewboard. \npublish review', '']
There was an error creating this review request.
The repository path "http://sos35/svn/TestProject" is not in the list of known repositories on the server.
我已经在评论板服务器中创建了具有此特定路径的存储库。svn info
将此路径作为 svn 存储库的根路径。从 hooks 文件夹在 SVN 存储库服务器上运行此脚本。
因此,除了前面提到的例外,一切似乎都在为成功做好准备。
有没有人有任何线索来解决这个难题?尝试在项目根目录中签入 .reviewboardrc 文件,但没有成功。可能是因为这些信息在 post-review 的命令行中被覆盖。