ChinaUnix.net
相关文章推荐:

repo 本地 clonebundle

(文章出处:http://blog.csdn.net/free2o/archive/2009/03/11 /3981588.aspx)

注:repo只是google用Python脚本写的调用git的一个脚本,主要是用来下载、管理Android项目的软件仓库。

  1. 下载 repo 的地址: by patagonia - 移动操作系统 - 2011-12-23 02:53:15 阅读(1110) 回复(0)

相关讨论

应用:http://my.oschina.net/donghu/blog/10096?from=rss
 
今天按照网上说的一些方法下载Android的源码时,报错,其信息如下
Traceback (most recent call last):
  File "/opt/android/bin/repo", line 595, in
    main(sys.argv[1:])
  File "/opt/android/bin/repo", line 562...

by weiqiangshen - 移动操作系统 - 2011-01-31 21:58:18 阅读(555) 回复(0)

hi all , 我按照网上的一些下载android代码(http://android.git.kernel.org/)的流程, 首先, 我安装了 git ,按照提示, 我调用git clone git://android.git.kernel.org/ + project path. 可以正常下载android projects中的 某一个 path 。 然后, 我希望能下载整个android path , 按照网站Installing repo 的提示, $ curl http://android.git.kernel.org/repo > g:/android/bin/repo #这时, 我可以看到bin下一个...

by kukus - 移动操作系统 - 2010-11-01 19:35:22 阅读(2408) 回复(0)
by kevin33643 - 移动操作系统 - 2011-12-23 02:29:47 阅读(1472) 回复(0)

git 和 repo android内核
Git 是 Linux Torvalds 为了帮助管理 Linux 内核开发而开发的一个开放源码的分布式版本控制软件,它不同于Subversion、CVS这样的集中式版本控制系统。在集中式版本控制系统中只有一个仓 库(repository),许多个工作目录(working copy),而像Git这样的分布式版本控制系统中(其他主要的分布式版本控制...

by DerekGuo_lzu - 移动操作系统 - 2011-12-21 08:41:40 阅读(694) 回复(0)

Git 是 Linux Torvalds 为了帮助管理 Linux 内核开发而开发的一个开放源码的分布式版本控制软件,它不同于Subversion、CVS这样的集中式版本控制系统。在集中式版本控制系统中只有一个仓 库(repository),许多个工作目录(working copy),而像Git这样的分布式版本控制系统中(其他主要的分布式版本控制系统还有

by wheeljack - 移动操作系统 - 2011-12-21 08:41:27 阅读(739) 回复(0)

repo init -u git://android.git.kernel.org/platform/manifest.git -b eclair 我可以获得eclair branch 但是如何获得froyo 的branch和 android-2.2.1_r1的tag git://android.git.kernel.org/platform/manifest * [new branch] android-1.5 -> origin/android-1.5 * [new branch] android-1.5r2 -> origin/android-1.5r2 * [new branch] android-1.5r3 -> origin/android-1.5r3 * [new branch] android...

by studyboy_3w - 移动操作系统 - 2010-12-23 23:00:36 阅读(3268) 回复(0)

# /etc/yum.repos.d/CentOS-Base.repo # mirror 1 http://ftp.sjtu.edu.cn 上海交大 # mirror 2 http://ftp.riken.jp # if no gpgkey run "rpm --import http://ftp.sjtu.edu.cn/centos/5.0/os/i386/RPM-GPG-KEY-CentOS-5 " # /etc/yum.repos.d/CentOS-Base.repo ----------------------------------------------------------------------------------------------------- # CentOS-Base.repo # # This file uses a new mir...

by h_xin8211 - Linux文档专区 - 2009-02-25 13:48:51 阅读(477) 回复(0)

1. repo installation, initialization & configuration (supposed we are on the /home/my_name/Android_space/ a. get repo mkdir bin export $PATH to append /home/my_name/Android_space/bin curl http://android.git.kernel.org/repo > ./bin/repo chmod a+x ./bin/repo b. init repo for Android 'cupcake' branch make cupcake; cd cupcake repo in...

by wqhl.mark - 移动操作系统 - 2009-02-22 12:05:01 阅读(1600) 回复(0)

在这里就不赘述如何使用repo来下载android代码了。 repo init ... 完成后会在当前工作目录下建立一个.repo目录 repo init ...这个过程首先会下载更新repo本身的代码,这些代码存放在.repo/repo目录下 然后才是android的版本信息等 一般来说可以看到有多个android代码的branch,默认的default会指定为master branch。如果你想下载更新另一个branch,那么需要你在repo init的时候指定一下, 假如你想下载cupcake branch,那么在repo i...

by slevin - 移动操作系统 - 2009-01-11 01:22:36 阅读(1261) 回复(0)

# CentOS-Base.repo # # This file uses a new mirrorlist system developed by Lance Davis for CentOS. # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors that are updated to and # geographically close to the client. You should use this for CentOS updates # unless you are manually picking other mirrors. # # If the mirrorlist= does no...

by gck255 - Linux文档专区 - 2008-04-05 14:00:15 阅读(471) 回复(0)