Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
download:svn [2011/08/15 12:08] – 109.254.49.8 | download:svn [2012/03/22 12:38] (current) – removed spam 80.250.1.245 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Download Kamailio from SVN Repository ====== | ||
+ | |||
+ | **The SVN repository hosts the source tree for releases v0.9.4 to v1.5.x.** | ||
+ | |||
+ | ===== SVN Direct Download ===== | ||
+ | |||
+ | [[http:// | ||
+ | |||
+ | To check out all source code from SVN server use: | ||
+ | |||
+ | < | ||
+ | # svn co http:// | ||
+ | </ | ||
+ | |||
+ | The above command will download everything -- all branches and tags so far. It is better to download desired versions only, otherwise the size can be quite big. | ||
+ | |||
+ | SVN download of HEAD version: | ||
+ | |||
+ | < | ||
+ | # svn co http:// | ||
+ | </ | ||
+ | |||
+ | SVN download of specific revision: | ||
+ | |||
+ | < | ||
+ | # svn co -r revision http:// | ||
+ | </ | ||
+ | |||
+ | SVN download of latest version of release 1.5.x: | ||
+ | |||
+ | < | ||
+ | # svn co http:// | ||
+ | </ | ||
+ | |||
+ | SVN download of latest version of release 1.4.x: | ||
+ | |||
+ | < | ||
+ | # svn co http:// | ||
+ | </ | ||
+ | |||
+ | SVN download of latest version of release 1.3.x: | ||
+ | |||
+ | < | ||
+ | # svn co http:// | ||
+ | </ | ||
+ | |||
+ | SVN download of latest version of release 1.2.x: | ||
+ | |||
+ | < | ||
+ | # svn co http:// | ||
+ | </ | ||
+ | |||
+ | SVN download of latest version of release 1.1.x: | ||
+ | |||
+ | < | ||
+ | # svn co http:// | ||
+ | </ | ||
+ | |||
+ | ===== SVN Daily Snapshots ===== | ||
+ | |||
+ | |||
+ | Daily SVN snapshots are posted at: | ||
+ | |||
+ | * http:// | ||
+ | |||
+ | Latest SVN snapshot for Kamailio (OpenSER) development version can be downloaded from: | ||
+ | |||
+ | * http:// | ||
+ | |||
+ | Latest SVN snapshot for OpenSER v1.3.x can be downloaded from: | ||
+ | |||
+ | * http:// | ||
+ | |||
+ | Latest SVN snapshot for OpenSER v1.2.x can be downloaded from: | ||
+ | |||
+ | * http:// | ||
+ | |||
+ | Latest SVN snapshot for OpenSER v1.1.x can be downloaded from: | ||
+ | |||
+ | * http:// | ||
+ | |||
+ | For older releases, we still have some CVS snapshots | ||
+ | |||
+ | Latest CVS snapshot for OpenSER v1.0.x can be downloaded from: | ||
+ | |||
+ | * http:// | ||
+ | |||