website: fix link
[oweals/busybox.git] / docs / busybox.net / subversion.html
index f7a4473bfdbcffed2f5118996877c45a3d39f7a0..7fb620f9890832cca16b03f5bc34d95b39ada45d 100644 (file)
@@ -1,14 +1,28 @@
 <!--#include file="header.html" -->
 
+<h3>Accessing Source</h3>
+
+
+
+<h3>Patches</h3>
+
+<p>If you don't want to mess with subversion, you can download
+<a href="/downloads/patches/">all BusyBox patches</a> or check the
+<a href="/downloads/patches/recent.html">most recent patches</a>.
 
 <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:
+grab a copy of the latest version of BusyBox using anonymous svn access:
 
 <pre>
-svn co svn://www.uclibc.org/trunk/uClibc</pre>
+svn co svn://busybox.net/trunk/busybox</pre>
 
+<p>
+The current <em>stable branch</em> can be obtained with
+<pre>
+svn co svn://busybox.net/branches/busybox_1_1_stable
+</pre>
 
 <p>
 
@@ -24,14 +38,14 @@ part of the Subversion Book.
 
 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:
+BusyBox 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
+them to the BusyBox mailing list.  For those that are actively contributing
 <a href="developer.html">Subversion commit access</a> can be made available.
 
 <!--#include file="footer.html" -->