“.\format”应该在哪里?文件夹
当我向 VisualSVN 服务器执行提交时,收到错误消息“VisualSVNServerHooks:无法打开文件 'C:\Arquivos\format'”。 VisualSVN 文件夹中没有任何名为“format”的文件夹。它应该在哪里?如果没有安装VisualSVN服务器(免费版),为什么还需要它?
多谢。
杰梅.
I have been getting the error message "VisualSVNServerHooks: Can't open file 'C:\Arquivos\format'" when I perform a commit to VisualSVN server. There is no any folder named "format" on the VisualSVN folder. Where it should be? Why it is been required if it was not installed with VisualSVN server ( free version )?
Thanks a lot.
Jayme.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Jayme,
看起来提交后挂钩代码中有一个错误。
正如我所看到的,您的挂钩脚本在以下位置查找“格式”文件
存储库根。 “格式”文件是 Subversion 存储库的一部分,并且必须位于存储库文件夹中。我假设 'C:\Arquivos\' 是存储库
root 并且本身不是存储库。在您的情况下,存储库的正确路径应该是“C:\Arquivos\repository-name\”。。
您可以向我们提供挂钩来查看详细信息。
Jayme,
Looks like there is a mistake in the post-commit hook code.
As I see, your hook script looks for the 'format' file in the
repositories root. A 'format' file is a part of Subversion repository and has to be in the repository folder. I assume that 'C:\Arquivos\' is the repositories
root and is not a repository itself. The correct path to repository in your case should be 'C:\Arquivos\repository-name\'.
You can provide us with the hook to check the details.