trac 可以连接到另一台服务器上的 subversion 存储库吗?
当使用 trac 时,我知道它可以让你连接到 subversion 以在浏览器中查看源代码等。
subversion 存储库必须与 trac 安装在同一台服务器上吗?
when using trac, I understand it lets you hook into subversion to see the source code etc. in the browser.
does the subversion repo have to be on the same server as the trac install?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
并非如此,但至少有一种解决方法:SVNSyncPlugin。但它并不被认为完全稳定,请阅读页面上的注释。我不知道还有什么其他方法可以使用远程 svn 存储库运行 trac。
另外,请查看其他答案中@techtonik 的链接。
Not as such, but there is at least one workaround: SVNSyncPlugin. It is not regarded totally stable though, read the notes on the page. I don't know of any other way to run trac with a remote svn repository.
Also, check out @techtonik's link in the other answer.
另一种方法是尝试使用 Shun-ichi GOTO 插件从 进行远程 SVN 访问http://www.meadowy.org/~gotoh/hg/remote-svn-plugin/
An alternative would be to try Shun-ichi GOTO plugin for remote SVN access from http://www.meadowy.org/~gotoh/hg/remote-svn-plugin/
SvnsyncPlugin 不支持 svn 1.6.*,它在尝试配置它之后破坏了我的存储库。
SvnsyncPlugin doesn't support svn 1.6.*, it just broken my repo, after trying to configure it.