diff options
author | Rob Landley <rob@landley.net> | 2006-02-24 02:48:49 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-02-24 02:48:49 +0000 |
commit | f6ddadc1728fbbeabafc44ed195a43a1eafe2bae (patch) | |
tree | e5f3de9c7d859445e40556068abe06c4916a6142 | |
parent | 2b26fd5570ebd6efb395aac4773051a5f3ed4dcd (diff) |
Mention patches directory as a read-only svn alternative.
-rw-r--r-- | docs/busybox.net/subversion.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/busybox.net/subversion.html b/docs/busybox.net/subversion.html index e5888d7cc..3743b4da1 100644 --- a/docs/busybox.net/subversion.html +++ b/docs/busybox.net/subversion.html @@ -1,10 +1,19 @@ <!--#include file="header.html" --> +<h3>Browse Source</h2> + + + +<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/last10.html">ten most recent</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 BusyBox using anonymous svn access is: +grab a copy of the latest version of BusyBox using anonymous svn access: <pre> svn co svn://busybox.net/trunk/busybox</pre> |