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/subversion.html | |
parent | c19bb129a9bf66013f65d729c6c5913c225f09dd (diff) |
Mention subversion and provide access info. Remove mention of cvs.
-Erik
Diffstat (limited to 'docs/uclibc.org/subversion.html')
-rw-r--r-- | docs/uclibc.org/subversion.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/uclibc.org/subversion.html b/docs/uclibc.org/subversion.html new file mode 100644 index 000000000..f7a4473bf --- /dev/null +++ b/docs/uclibc.org/subversion.html @@ -0,0 +1,38 @@ +<!--#include file="header.html" --> + + +<h3>Anonymous Subversion Access</h3> + +We allow anonymous (read-only) Subversion (svn) access to everyone. To +grab a copy of the latest version of uClibc using anonymous svn access is: + +<pre> +svn co svn://www.uclibc.org/trunk/uClibc</pre> + + +<p> + +If you are not already familiar with using Subversion, I recommend you visit <a +href="http://subversion.tigris.org/">the Subversion website</a>. You might +also want to read online or buy a copy of <a +href="http://svnbook.red-bean.com/">the Subversion Book</a>. If you are +already comfortable with using CVS, you may want to skip ahead to the <a +href="http://svnbook.red-bean.com/en/1.1/apa.html">Subversion for CVS Users</a> +part of the Subversion Book. + +<p> + +Once you've checked out a copy of the source tree, you can update your source +tree at any time so it is in sync with the latest and greatest by entering your +uClibc directory and running the command: + +<pre> +svn update</pre> + +Because you've only been granted anonymous access to the tree, you won't be +able to commit any changes. Changes can be submitted for inclusion by posting +them to the uClibc mailing list. For those that are actively contributing +<a href="developer.html">Subversion commit access</a> can be made available. + +<!--#include file="footer.html" --> + |