| 1 | <?page |
|---|
| 2 | wintitle=>download |
|---|
| 3 | body<= |
|---|
| 4 | |
|---|
| 5 | <?h1 Download Server h1?> |
|---|
| 6 | |
|---|
| 7 | <p>The server is licensed under the BSD License.</p> |
|---|
| 8 | |
|---|
| 9 | <p>Main (1.2.x) series:</p> |
|---|
| 10 | |
|---|
| 11 | <ul> |
|---|
| 12 | <li><a |
|---|
| 13 | href="http://memcached.googlecode.com/files/memcached-1.2.7.tar.gz">memcached-1.2.7.tar.gz</a> |
|---|
| 14 | (<a href="dist/memcached-1.2.7.tar.gz">backup link</a>) -- April |
|---|
| 15 | 3rd, 2009 [<a href="news.bml">Changes</a>] |
|---|
| 16 | </ul> |
|---|
| 17 | |
|---|
| 18 | <p>Beta (1.3.x) series:</p> |
|---|
| 19 | |
|---|
| 20 | <ul> |
|---|
| 21 | <li><a href="http://code.google.com/p/memcached/downloads/list?q=label:Beta">latest beta release</a> (please help test!) |
|---|
| 22 | </ul> |
|---|
| 23 | |
|---|
| 24 | <p>Subversion</p> |
|---|
| 25 | |
|---|
| 26 | <ul> |
|---|
| 27 | <li><a href="http://code.sixapart.com/svn/memcached/">Subversion repository</a> [<a href="http://code.sixapart.com/trac/memcached/log">svn log</a>] |
|---|
| 28 | </ul> |
|---|
| 29 | |
|---|
| 30 | <p>Git</p> |
|---|
| 31 | |
|---|
| 32 | <ul><a href="http://consoleninja.net/code/memcached/memcached.git">Git stable |
|---|
| 33 | tree</a> [<a |
|---|
| 34 | href="http://consoleninja.net/gitweb/gitweb.cgi?p=memcached.git;a=summary">gitweb</a>] |
|---|
| 35 | </ul> |
|---|
| 36 | |
|---|
| 37 | <ul><a href="http://github.com/dustin/memcached/tree/master">Dustin salling's |
|---|
| 38 | tree (master binary protocol branch)</a> |
|---|
| 39 | </ul> |
|---|
| 40 | |
|---|
| 41 | <ul><a href="http://github.com/tmaesaka/memcached/tree/master">Toru Maesaka's |
|---|
| 42 | tree (master storage engine branch)</a> |
|---|
| 43 | </ul> |
|---|
| 44 | |
|---|
| 45 | <p>Quick git tutorial: |
|---|
| 46 | git clone http://consoleninja.net/code/memcached/memcached.git<br /> |
|---|
| 47 | 'master' is tracking stable upstream.<br /> |
|---|
| 48 | create a branch:<br /> |
|---|
| 49 | git checkout -b newbranch<br /> |
|---|
| 50 | work work work<br /> |
|---|
| 51 | git commit -a<br /> |
|---|
| 52 | update the tree:<br /> |
|---|
| 53 | git pull<br /> |
|---|
| 54 | <br /> |
|---|
| 55 | Working with a branch tree:<br /> |
|---|
| 56 | git clone git://github.com/dustin/memcached.git<br /> |
|---|
| 57 | git branch -r (show remote branches)<br /> |
|---|
| 58 | git checkout --track -b lbinary dustin/binary<br /> |
|---|
| 59 | etc.<br /> |
|---|
| 60 | |
|---|
| 61 | <a href="http://utsl.gen.nz/talks/git-svn/intro.html">Intro to git for SVN |
|---|
| 62 | users</a><br /> |
|---|
| 63 | <a href="http://git.or.cz/#documentation">Git documentation</a><br /> |
|---|
| 64 | <br /> |
|---|
| 65 | <?h1 Download Client APIs h1?> |
|---|
| 66 | <p>The client APIs, licensed individually, are available for download on the <a href="apis.bml">Client APIs</a> page.</p> |
|---|
| 67 | |
|---|
| 68 | |
|---|
| 69 | <=body |
|---|
| 70 | page?> |
|---|