diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-02-08 20:27:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-02-08 20:27:08 +0000 |
commit | 0c068b285c7df34beadc66aa9fc937c103b033ef (patch) | |
tree | 02acacf776ac37ae9480c64b57655414cdfb0032 /docs/uclibc.org/download.html | |
parent | c19bb129a9bf66013f65d729c6c5913c225f09dd (diff) |
Mention subversion and provide access info. Remove mention of cvs.
-Erik
Diffstat (limited to 'docs/uclibc.org/download.html')
-rw-r--r-- | docs/uclibc.org/download.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/docs/uclibc.org/download.html b/docs/uclibc.org/download.html index cf888fc2f..6ecbc3aca 100644 --- a/docs/uclibc.org/download.html +++ b/docs/uclibc.org/download.html @@ -8,22 +8,21 @@ Source for the latest release can always be downloaded from <a href="downloads/">http://www.uclibc.org/downloads</a> <p> -You can also obtain <a href= "downloads/snapshots/">Daily Snapshots</a> of -the latest CVS source tree for those wishing to follow uClibc development, -but cannot or do not wish to use CVS. +You can also obtain <a href= "downloads/snapshots/">Daily Snapshots</a> of +the latest development source tree for those wishing to follow uClibc development, +but cannot or do not wish to use Subversion (svn). <p> <ul> - <li> Click here to <a href="/cgi-bin/cvsweb/uClibc/"> - browsable the CVS tree</a>. + <li> Click here to <a href="/cgi-bin/viewcvs.cgi/trunk/uClibc/">browse the source tree</a>. </li> - <li>Anonymous <a href="cvs_anon.html">CVS access</a> is available. + <li>Anonymous <a href="subversion.html">Subversion access</a> is available. </li> - <li>For those that are actively contributing there is - even <a href="cvs_write.html">CVS write access</a>. + <li>For those that are actively contributing obtaining + <a href="developer.html">Subversion read/write access</a> is also possible. </li> </ul> |