Trac 无法与 Subversion 一起使用

发布于 2024-08-19 18:09:38 字数 1340 浏览 7 评论 0原文

我有来自 Sun Webstack 的 Collabnet Subversion 1.6.9、Trac 0.11.6、Python 2.6.1、Sunfreeware.com 的 swig 1.3.36,在 Solaris 10 5/09 SPARC 上运行。

打开 Trac 页面时出现这些错误代码。

Serving on 0.0.0.0:8000 view at http://127.0.0.1:8000/
/opt/webstack/python/lib/python2.6/site-packages/libsvn/fs.py:7: RuntimeWarning: Python C API version mismatch for module _fs: This Python has API version 1013, module _fs has version 1011.
  import _fs
/opt/webstack/python/lib/python2.6/site-packages/libsvn/fs.py:7: RuntimeWarning: Python C API version mismatch for module swig_runtime_data4: This Python has API version 1013, module swig_runtime_data4 has version 1011.
  import _fs
/opt/webstack/python/lib/python2.6/site-packages/libsvn/core.py:7: RuntimeWarning: Python C API version mismatch for module _core: This Python has API version 1013, module _core has version 1011.
  import _core
/opt/webstack/python/lib/python2.6/site-packages/libsvn/delta.py:7: RuntimeWarning: Python C API version mismatch for module _delta: This Python has API version 1013, module _delta has version 1011.
  import _delta
/opt/webstack/python/lib/python2.6/site-packages/libsvn/repos.py:7: RuntimeWarning: Python C API version mismatch for module _repos: This Python has API version 1013, module _repos has version 1011.
  import _repos

请指教。谢谢。

I have Collabnet Subversion 1.6.9, Trac 0.11.6, Python 2.6.1 from Sun's Webstack, Sunfreeware.com's swig 1.3.36 running on Solaris 10 5/09 SPARC.

I have these error code when open Trac page.

Serving on 0.0.0.0:8000 view at http://127.0.0.1:8000/
/opt/webstack/python/lib/python2.6/site-packages/libsvn/fs.py:7: RuntimeWarning: Python C API version mismatch for module _fs: This Python has API version 1013, module _fs has version 1011.
  import _fs
/opt/webstack/python/lib/python2.6/site-packages/libsvn/fs.py:7: RuntimeWarning: Python C API version mismatch for module swig_runtime_data4: This Python has API version 1013, module swig_runtime_data4 has version 1011.
  import _fs
/opt/webstack/python/lib/python2.6/site-packages/libsvn/core.py:7: RuntimeWarning: Python C API version mismatch for module _core: This Python has API version 1013, module _core has version 1011.
  import _core
/opt/webstack/python/lib/python2.6/site-packages/libsvn/delta.py:7: RuntimeWarning: Python C API version mismatch for module _delta: This Python has API version 1013, module _delta has version 1011.
  import _delta
/opt/webstack/python/lib/python2.6/site-packages/libsvn/repos.py:7: RuntimeWarning: Python C API version mismatch for module _repos: This Python has API version 1013, module _repos has version 1011.
  import _repos

Please advice. Thanks.

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

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

发布评论

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

评论(2

樱娆 2024-08-26 18:09:38

错误消息抱怨 libsvn 是针对某些旧版本的 python 构建的。尝试重建该库,说明位于此处。 (我不在Solaris上...,所以我自己没有尝试过...)

the error message is complaining about the libsvn is build against some older version of python. try rebuild that library and instruction is here. (i am not on Solaris..., so i did not try it myself...)

青衫负雪 2024-08-26 18:09:38

该警告可以忽略。

之前,我在 Trac 上浏览源代码时遇到问题。
在我重新配置 subversion 以在 Apache 而不是 svnserve 上运行其 Web 服务器后,我可以浏览源代码。

可能必须安装 viewvc 才能通过 HTTP 浏览源代码。

The warning is ignorable.

Previously, I had a problem browsing the source on Trac.
After I reconfigured the subversion to run its webserver on Apache instead of svnserve, I am able to browse the source.

It's possible that viewvc must be installed to be able to browse the source through HTTP.

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