| 1234567891011121314151617181920212223242526272829303132333435363738 | <!--#include file="header.html" --><h3>Anonymous Subversion Access</h3>We allow anonymous (read-only) Subversion (svn) access to everyone.  Tograb a copy of the latest version of uClibc using anonymous svn access is:<pre>svn co svn://uclibc.org/trunk/uClibc</pre><p>If you are not already familiar with using Subversion, I recommend you visit <ahref="http://subversion.tigris.org/">the Subversion website</a>.  You mightalso want to read online or buy a copy of <ahref="http://svnbook.red-bean.com/">the Subversion Book</a>.  If you arealready comfortable with using CVS, you may want to skip ahead to the <ahref="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 sourcetree at any time so it is in sync with the latest and greatest by entering youruClibc directory and running the command:<pre>svn update</pre>Because you've only been granted anonymous access to the tree, you won't beable to commit any changes. Changes can be submitted for inclusion by postingthem 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" -->
 |