From 6047ae3379edc1d089fede3d797f57c162fe3e19 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 9 Feb 2005 03:52:46 +0000 Subject: Remove mention of CVS and instead point to Subversion --- docs/busybox.net/subversion.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 docs/busybox.net/subversion.html (limited to 'docs/busybox.net/subversion.html') diff --git a/docs/busybox.net/subversion.html b/docs/busybox.net/subversion.html new file mode 100644 index 000000000..f7a4473bf --- /dev/null +++ b/docs/busybox.net/subversion.html @@ -0,0 +1,38 @@ + + + +

Anonymous Subversion Access

+ +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: + +
+svn co svn://www.uclibc.org/trunk/uClibc
+ + +

+ +If you are not already familiar with using Subversion, I recommend you visit the Subversion website. You might +also want to read online or buy a copy of the Subversion Book. If you are +already comfortable with using CVS, you may want to skip ahead to the Subversion for CVS Users +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: + +

+svn update
+ +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 +Subversion commit access can be made available. + + + -- cgit v1.2.3