libapache2-svn,与 Subversion 1.6.1 匹配的版本

发布于 2024-07-30 02:57:34 字数 479 浏览 10 评论 0原文

我正在 Xubuntu 桌面系统上安装 subversion,并安装了 apache2 并运行良好。 然而,由于稀疏目录功能,我想使用 Subversion 1.6。 我正在运行 Jaunty,但我可以通过临时添加软件源“deb http:// 告诉 apt-get 下载 1.6.1 source archive.canonical.com/ubuntu karmic main”并从列表中删除常规的“jaunty”源。

然而,Ubuntu 的 karmic 发行版似乎可以很好地安装 subversion 1.6.1,但是当它到达 apache2lib-svn 时,它会安装 1.5.4 而不是 1.6.1。 我可以做什么来补救这个问题? 我正在尝试使用 apt-get remove ,因为我知道它会清理你已安装的软件包,并且对于 Linux 来说相对较新,我认为最好不要将随机软件包随意放置。

I'm installing subversion on an Xubuntu desktop system with apache2 installed and running fine. However, I wanted to use Subversion 1.6 because of the sparse directory feature. I'm running Jaunty, but I was able to tell apt-get to download 1.6.1 by temporarily adding the software source "deb http://source archive.canonical.com/ubuntu karmic main" and removing the regular "jaunty" source from the list.

However, it seems that Ubuntu's karmic distribution installs subversion 1.6.1 fine, but when it gets to apache2lib-svn it installs 1.5.4 rather than 1.6.1. What can I do to remedy this? I'm trying to use apt-get remove since I know it cleans up packages of what you've installed, and being relatively new to Linux I figured it's better not to leave random packages lying around without a home.

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

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

发布评论

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

评论(2

魂牵梦绕锁你心扉 2024-08-06 02:57:34

我的 PPA 有一个 Karmic 的 subversion 1.6.5 软件包向后移植到 Hardy 、Intrepid 和 Jaunty,包括 libapache2-svn。 另请参阅此向后移植请求

My PPA has a backport of Karmic’s subversion 1.6.5 packages to Hardy, Intrepid, and Jaunty, including libapache2-svn. See also this backport request.

晒暮凉 2024-08-06 02:57:34

我正在运行 Ubuntu 桌面,所以我发现解决方案是禁用 Synaptic 中的所有标准 Ubuntu 存储库,然后添加“deb http://packages.debian.org/squeeze"。 Squeeze 是测试版本,有 Subversion v1.6.3 和 libapache2-svn v1.6.3。 然后你就可以随心所欲地 apt-get install subversion libapache2-svn 了。

I'm running Ubuntu desktop, so I found the solution would be to disable all the standard Ubuntu repositories in Synaptic, then add "deb http://packages.debian.org/squeeze". Squeeze is the test release, and has Subversion v1.6.3 and libapache2-svn v1.6.3. Then you can apt-get install subversion libapache2-svn to your heart's content.

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