“.\format”应该在哪里?文件夹

发布于 2024-12-15 03:29:09 字数 184 浏览 1 评论 0原文

当我向 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

月牙弯弯 2024-12-22 03:29:09

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文