Trac 存储库同步

发布于 2024-12-01 20:05:29 字数 121 浏览 1 评论 0原文

我刚刚将 trac 从 0.11 更新到 0.12,因为多存储库浏览。之前svn同步是自动工作的,但现在我必须到管理面板并输入repository resync *命令,有什么方法可以自动执行此操作吗?

I just updated the trac from 0.11 to 0.12 because the multi repository browsing. Before the svn synchronization worked automatically, but now I have to the admin panel and type the repository resync * command, is there any way to do this automatically?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

握住我的手 2024-12-08 20:05:29

您应该阅读 TracRepositoryAdmin 并按照其中的说明进行操作。基本上,您有两个选择:

  • 要么对每个请求保持自动同步,如果您有多个存储库,这很快就会成为性能消耗大户。
  • 或者您可以在每个存储库的提交后挂钩中调用 trac-admin $ENV Changeset added 。这是首选方案。

You should read TracRepositoryAdmin and follow the instructions there. Basically, you have two options:

  • Either you keep the automatic sync on every request, which becomes a performance hog pretty quickly if you have multiple repositories.
  • Or you call trac-admin $ENV changeset added in the post-commit hook of each repository. This is the preferred option.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文