Subversion *真的*需要 ActivePython 吗?
它被列为必需项,但我不想安装它,因为我已经安装了 Python 3.1.1。
如果必须的话,两个 Python 版本共存(在 Windows 上)是否有任何问题?
从自述文件: http://www.collab.net/ nonav/downloads/subversion/readme/svn1.6_server_client_windows.html 适用于 Windows 的 CollabNet Subversion 服务器和客户端安装程序 版本1.6.6-4 发布日期:2009 年 10 月 22 日
平台和配置
产品:CollabNet Subversion 服务器 认证平台:Windows XP SP2、Win 2003(标准版)R2 阿帕奇版本:2.2.13 ViewVC:1.0.9(需要 ActiveState Python 2.5) 存储库格式:fsfs(不包括 bdb 支持)
It is listed as a requirement, but I'd rather not install it since I already have Python 3.1.1 installed.
If I must, are there any issues with the two Python versions co-existing (on Windows)?
From the ReadMe: http://www.collab.net/nonav/downloads/subversion/readme/svn1.6_server_client_windows.html
CollabNet Subversion Server and Client Installer for Windows
Version 1.6.6-4
Release Date: October 22, 2009
Platform and configuration
Product: CollabNet Subversion Server
Certified platforms: Windows XP SP2, Win 2003(Standard Edition) R2
Apache version: 2.2.13
ViewVC: 1.0.9 (requires ActiveState Python 2.5)
Repository format: fsfs (bdb support not included)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我认为这个问题的答案是“不”,Subversion 不需要 Python。您正在安装哪个 Subversion 软件包?我怀疑如果您正在安装 Python 语言绑定文件,那么它可能会将 Python 列为必需项。除此之外,我不知道 Subversion 中有任何特别需要 Python 的内容。
更新:我看到您已将 ViewVC 列为该安装包的一部分,即一个单独的项目(并且恰好是用 Python 编写的)。这就解释了。
I think the answer to this is "no", Subversion doesn't require Python. Which Subversion package are you installing? I suspect that if you're installing the Python language bindings file, then it probably lists Python as a requirement. Otherwise, I'm not aware of anything in Subversion that specifically requires Python.
Update: I see you've listed ViewVC as a part of that install package, which is a separate project (and happens to be written in Python). That explains it.
Subversion 不需要任何东西,但某些 GUI 可能需要。
http://subversion.tigris.org/getting.html#windows
Subversion doesn't require anything, but some GUIs might.
http://subversion.tigris.org/getting.html#windows
您应该能够在计算机上安装任意多个版本的 Python。由于 3.x 与 2.6 不完全兼容,因此它们应该共存。
Apache 二进制文件不应该有这个要求,也不应该有插件,也不应该有像 TortiseSVN 这样的东西。我猜您正在查看的是 CollabNet 发行版。
You should be able to install as many versions of Python as you like on a machine. Since 3.x isn't fully compatible with 2.6, they're meant to co-exist.
The Apache binaries shouldn't have the requirement, nor the plug-ins, nor something like TortiseSVN. The CollabNet distribution, I'm guessing, is what you're looking at.