Changeset 830

Show
Ignore:
Timestamp:
10/08/09 02:21:13 (7 weeks ago)
Author:
dormando
Message:

wiki page for development info.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/website/download.bml

    r822 r830  
    2323</ul> 
    2424 
    25 <p>Subversion</p> 
     25<p>Development</p> 
    2626 
    2727<ul> 
    28 <li><a href="http://code.sixapart.com/svn/memcached/">Subversion repository (not used for the server software anymore)</a> [<a href="http://code.sixapart.com/trac/memcached/log">svn log</a>] 
     28<a href="http://code.google.com/p/memcached/wiki/DevelopmentRepos">See the 
     29wiki for the latest development info</a> 
    2930</ul> 
    3031 
    31 <p>Git</p> 
    32 <ul><a href="http://github.com/memcached/memcached/tree/master">Git development tree</a></ul> 
    33  
    34 <ul><a href="http://consoleninja.net/code/memcached/memcached.git">Git stable 
    35 tree</a> [<a 
    36 href="http://consoleninja.net/gitweb/gitweb.cgi?p=memcached.git;a=summary">gitweb</a>] 
    37 </ul> 
    38  
    39 <ul><a href="http://github.com/dustin/memcached/tree/master">Dustin salling's 
    40 tree (master binary protocol branch)</a> 
    41 </ul> 
    42  
    43 <ul><a href="http://github.com/tmaesaka/memcached/tree/master">Toru Maesaka's 
    44 tree (master storage engine branch)</a> 
    45 </ul> 
    46  
    47 <p>Quick git tutorial: 
    48 git clone http://consoleninja.net/code/memcached/memcached.git<br /> 
    49 'master' is tracking stable upstream.<br /> 
    50 create a branch:<br /> 
    51 git checkout -b newbranch<br /> 
    52 work work work<br /> 
    53 git commit -a<br /> 
    54 update the tree:<br /> 
    55 git pull<br /> 
    56 <br /> 
    57 Working with a branch tree:<br /> 
    58 git clone git://github.com/dustin/memcached.git<br /> 
    59 git branch -r (show remote branches)<br /> 
    60 git checkout --track -b lbinary dustin/binary<br /> 
    61 etc.<br /> 
    62  
    63 <a href="http://utsl.gen.nz/talks/git-svn/intro.html">Intro to git for SVN 
     32<p><a href="http://utsl.gen.nz/talks/git-svn/intro.html">Intro to git for SVN 
    6433users</a><br /> 
    65 <a href="http://git.or.cz/#documentation">Git documentation</a><br /> 
     34<a href="http://git-scm.com">Git documentation</a><br /> 
    6635<br /> 
    6736<?h1 Download Client APIs h1?>