【问题标题】:Installing/building git-svn for RHEL 6为 RHEL 6 安装/构建 git-svn
【发布时间】:2011-12-28 08:27:53
【问题描述】:

我无权访问 RHEL6 存储库,那么在 RedHat Enterprise Linux 6 上构建和/或安装 git-svn 工具的最佳方法是什么?


通过卸载现有的(yum erase git)并从源代码安装最新的来管理安装 git 和 git-svn 1.7.9。也适用于 64 位。

【问题讨论】:

  • 简单的yum install git-svn 为我工作。 (1.8.2.1-1.el5 epel-el5-x86_64)

标签: git git-svn rhel


【解决方案1】:

一种可能的解决方案是在本地(即在您的主目录中的目录中)重建所有内容:

  • git 及其依赖项
  • svn 及其依赖项
  • perlruby(由 git-svn 脚​​本使用)

你可以试试我的GitHub project compileEverything:
(它将为您下载并编译所有必要的源:无需配置)

cd ~
bash # (you need a bash session)
# set your http_proxy/https_proxy if needed
wget --no-check-certificate https://github.com/VonC/compileEverything/tarball/master
tar xpvf master
cd compil*
./maken-env.sh -title=test
# wait 4 hours
source .bashrc -force # special bash with all the right local path

gitgit-svn 将工作。

【讨论】:

  • 编译一切都不起作用(错误太多,无法列出),将尝试按照指示手动进行
  • @Nick,错误太多,但我很想看看你的日志。
  • 终于找到分享日志的方法了! fileuploadz.com/uploads/89f263551727d8c6f578e8a5692d7911.txt
  • @Nick:抱歉,我没有就这个错误回复你。最后你编译好了吗?
  • 看起来如此 - 没有麻烦。任何 RHEL 6 x64 存储库上似乎都没有预构建的 git-svn 包。所以从 src 构建一切 git 是唯一的选择。 10x
猜你喜欢
  • 2016-06-04
  • 2013-09-15
  • 2015-11-25
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2014-12-01
  • 2013-04-18
相关资源
最近更新 更多