Difference between revisions of "OpenWRT: Source Repository Download"

From OnnoWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
Sumber: https://dev.openwrt.org/wiki/GetSource
 
Sumber: https://dev.openwrt.org/wiki/GetSource
  
OpenWrt source repository downloads
+
Kita dapat checkout source dari OpenWrt Subversion repository melalui perintah di bawah ini. Checkout versi yang lalu maupun release yang akan datang dapat dilakukan dengan cara mengubah branchname
  
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:
 
SVN
 
  
    Backfire 10.03 branch:  ChangeLog
+
==SVN==
  
    svn co svn://svn.openwrt.org/openwrt/branches/backfire
+
===CheckOut (CO)===
  
    Kamikaze 8.09 branch:  ChangeLog
+
* Backfire 10.03 branch
  
    svn co svn://svn.openwrt.org/openwrt/branches/8.09
+
svn co svn://svn.openwrt.org/openwrt/branches/backfire
  
    Kamikaze 7.09 (deprecated):  ChangeLog
+
* Kamikaze 8.09 branch
  
    svn co svn://svn.openwrt.org/openwrt/tags/kamikaze_7.09
+
svn co svn://svn.openwrt.org/openwrt/branches/8.09
  
    Development branch:  ChangeLog
+
* Kamikaze 7.09 (deprecated)
  
    svn co svn://svn.openwrt.org/openwrt/trunk/
+
svn co svn://svn.openwrt.org/openwrt/tags/kamikaze_7.09
  
    Kamikaze packages:  ChangeLog
+
* Development branch
 +
 
 +
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:
 
     *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:
Line 28: Line 30:
 
     svn co svn://svn.openwrt.org/openwrt/packages/
 
     svn co svn://svn.openwrt.org/openwrt/packages/
  
    Updating to the latest sources:
+
===Updating===
  
    svn up
+
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:
+
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 https://svn.openwrt.org/openwrt svn://svn.openwrt.org/openwrt
+
svn switch --relocate https://svn.openwrt.org/openwrt svn://svn.openwrt.org/openwrt
  
GIT
+
==GIT==
  
 
For those who prefer using git, there are also git repositories available, which are kept in sync with the main SVN ones:
 
For those who prefer using git, there are also git repositories available, which are kept in sync with the main SVN ones:
trunk
 
  
    git://nbd.name/openwrt.git (clone of trunk)
+
===trunk===
    git://nbd.name/packages.git (clone of packages)  
+
 
 +
git://nbd.name/openwrt.git (clone of trunk)
 +
git://nbd.name/packages.git (clone of packages)  
  
    http://git.mirror.nanl.de/openwrt/trunk.git
+
http://git.mirror.nanl.de/openwrt/trunk.git
    http://git.mirror.nanl.de/openwrt/packages.git  
+
http://git.mirror.nanl.de/openwrt/packages.git  
  
backfire
+
===backfire===
  
    http://git.mirror.nanl.de/openwrt/branches/backfire.git
+
http://git.mirror.nanl.de/openwrt/branches/backfire.git
    http://git.mirror.nanl.de/openwrt/branches/packages_10.03.2.git  
+
http://git.mirror.nanl.de/openwrt/branches/packages_10.03.2.git  
  
root
+
===root===
  
    http://git.mirror.nanl.de/openwrt/root.git (everything - a mirror of  svn://svn.openwrt.org/openwrt)  
+
http://git.mirror.nanl.de/openwrt/root.git (everything - a mirror of  svn://svn.openwrt.org/openwrt)  
  
 
==Referensi==
 
==Referensi==

Revision as of 06:25, 22 July 2012

Sumber: https://dev.openwrt.org/wiki/GetSource

Kita dapat checkout source dari OpenWrt Subversion repository melalui perintah di bawah ini. Checkout versi yang lalu maupun release yang akan datang dapat dilakukan dengan cara mengubah branchname


SVN

CheckOut (CO)

  • Backfire 10.03 branch
svn co svn://svn.openwrt.org/openwrt/branches/backfire
  • Kamikaze 8.09 branch
svn co svn://svn.openwrt.org/openwrt/branches/8.09
  • Kamikaze 7.09 (deprecated)
svn co svn://svn.openwrt.org/openwrt/tags/kamikaze_7.09
  • Development branch
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

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 https://svn.openwrt.org/openwrt svn://svn.openwrt.org/openwrt

GIT

For those who prefer using git, there are also git repositories available, which are kept in sync with the main SVN ones:

trunk

git://nbd.name/openwrt.git (clone of trunk)
git://nbd.name/packages.git (clone of packages) 
http://git.mirror.nanl.de/openwrt/trunk.git
http://git.mirror.nanl.de/openwrt/packages.git 

backfire

http://git.mirror.nanl.de/openwrt/branches/backfire.git
http://git.mirror.nanl.de/openwrt/branches/packages_10.03.2.git 

root

http://git.mirror.nanl.de/openwrt/root.git (everything - a mirror of  svn://svn.openwrt.org/openwrt) 

Referensi

Pranala Menarik