From 678aff6c8323aa9a06be6e8a8ba4354ba38f803b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 13 Aug 2005 03:22:37 +0000 Subject: remove references to CVS and update with SVN --- docs/buildroot.html | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/buildroot.html b/docs/buildroot.html index 8897ff67e..56b072f2e 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -107,25 +107,24 @@

Obtaining Buildroot

-

Buildroot is available as daily CVS snapshots or directly using - CVS.

+

Buildroot is available as daily SVN snapshots or directly using + SVN.

The latest snapshot is always available at http://uclibc.org/downloads/snapshots/buildroot-snapshot.tar.bz2, and previous snapshots are also available at http://uclibc.org/downloads/snapshots/.

-

To download Buildroot using CVS, you can simply follow - the rules described on the "Accessing CVS"-page (http://www.uclibc.org/cvs_anon.html) - of the uClibc website (http://www.uclibc.org), and download the - buildroot CVS module. For the impatient, here's a quick +

To download Buildroot using SVN, you can simply follow + the rules described on the "Accessing SVN"-page (http://buildroot.uclibc.org/subversion.html) + of the uClibc buildroot website (http://buildroot.uclibc.org), and download the + buildroot SVN module. For the impatient, here's a quick recipe:

- $ cvs -d:pserver:anonymous@uclibc.org:/var/cvs login
- $ cvs -z3 -d:pserver:anonymous@uclibc.org:/var/cvs co buildroot
+ $ svn co svn://uclibc.org/trunk/buildroot
 

Using Buildroot

-- cgit v1.2.3