【问题标题】:Install two versions of SVN and switch between the two using `brew link & unlinked`安装两个版本的 SVN 并使用 `brew link and unlinked` 在两者之间切换
【发布时间】:2014-03-13 23:54:47
【问题描述】:

使用 svn 1.6。和 1.7,都安装了。当我尝试做brew link subversion16 时,我收到以下错误brew link subversion16 >> Error: No such keg: /usr/local/Cellar/subversion16请告知。

麦克牛:

 $ which svn
  /usr/bin/svn



 $ svn --version
svn, version 1.7.10 (r1485443)
   compiled Jan 15 2014, 11:22:16

Copyright (C) 2013 The Apache Software Foundation.
This software consists of contributions made by many people; see the NOTICE
file for more information.
Subversion is open source software, see http://subversion.apache.org/





$ brew link subversion16
Error: No such keg: /usr/local/Cellar/subversion16
$ brew uninstall subversion16
Error: No such keg: /usr/local/Cellar/subversion16
$ brew install subversion16
==> Downloading http://subversion.tigris.org/downloads/subversion-1.6.23.tar.bz2
Already downloaded: /Library/Caches/Homebrew/subversion16-1.6.23.tar.bz2
==> Downloading patches

更多信息

brew info svn
subversion: stable 1.8.8 (bottled)
http://subversion.apache.org/
Not installed
From: https://github.com/Homebrew/homebrew/commits/master/Library/Formula/subversion.rb
==> Dependencies
Build: pkg-config ✔, autoconf ✘, automake ✘, libtool ✘, scons ✘
Required: sqlite ✘
==> Options

==> Caveats
svntools have been installed to:
  /usr/local/opt/subversion/libexec

这个答案没有帮助:this question

【问题讨论】:

    标签: macos svn version-control homebrew


    【解决方案1】:

    从您发布的内容来看,似乎还没有实际安装 subversion16。 Brew 已下载 tar 文件,但地窖中缺少小桶表明尚未成功完成安装。确保brew install subversion16 一直运行。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-01-17
      • 2012-02-04
      • 2018-04-21
      • 1970-01-01
      • 2021-02-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多