Chinaunix首页 | 论坛 | 博客
  • 博客访问: 486737
  • 博文数量: 104
  • 博客积分: 3045
  • 博客等级: 少校
  • 技术积分: 1230
  • 用 户 组: 普通用户
  • 注册时间: 2008-02-29 10:18
文章分类

全部博文(104)

文章存档

2011年(72)

2010年(1)

2009年(1)

2008年(30)

分类: 系统运维

2011-03-07 18:06:18

You can checkout the source from the OpenWrt Subversion repository with the help of the below listed commands. Checkout of either past of future releases are done through changing the branchname:

  • Backfire 10.03 branch:  ChangeLog
    svn co svn://svn.openwrt.org/openwrt/branches/backfire
    
  • Kamikaze 8.09 branch:  ChangeLog
    svn co svn://svn.openwrt.org/openwrt/branches/8.09
    
  • Kamikaze 7.09 (deprecated):  ChangeLog
    svn co svn://svn.openwrt.org/openwrt/tags/kamikaze_7.09
    
  • Development branch:  ChangeLog
    svn co svn://svn.openwrt.org/openwrt/trunk/
    
  • Kamikaze packages:  ChangeLog 

    *Note: Kamikaze only contains the essential set of packages, extra packages can be enabled with the command "make package/symlinks" or can be checked out from the following URL:
    svn co svn://svn.openwrt.org/openwrt/packages/
    
  • Updating to the latest sources:
    svn up
    
  • Switching from the prior to 2010 checkout procedure. The move from the past  https:// (webdav) URL to the  svn:// URL is done with a single command:
    svn switch --relocate  svn://svn.openwrt.org/openwrt
    
阅读(1974) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~