root/trunk/website/download.bml @ 807

Revision 807, 1.9 kB (checked in by dormando, 8 months ago)

1.2.7 release.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?page
2wintitle=>download
3body<=
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
13href="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
153rd, 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
33tree</a> [<a
34href="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
38tree (master binary protocol branch)</a>
39</ul>
40
41<ul><a href="http://github.com/tmaesaka/memcached/tree/master">Toru Maesaka's
42tree (master storage engine branch)</a>
43</ul>
44
45<p>Quick git tutorial:
46git clone http://consoleninja.net/code/memcached/memcached.git<br />
47'master' is tracking stable upstream.<br />
48create a branch:<br />
49git checkout -b newbranch<br />
50work work work<br />
51git commit -a<br />
52update the tree:<br />
53git pull<br />
54<br />
55Working with a branch tree:<br />
56git clone git://github.com/dustin/memcached.git<br />
57git branch -r (show remote branches)<br />
58git checkout --track -b lbinary dustin/binary<br />
59etc.<br />
60
61<a href="http://utsl.gen.nz/talks/git-svn/intro.html">Intro to git for SVN
62users</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
70page?>
Note: See TracBrowser for help on using the browser.