From a9d6aed9333b8df02649a40d2240fa2aca269f90 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 21 Feb 2005 21:16:29 +0000 Subject: Add a website --- docs/subversion.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 docs/subversion.html (limited to 'docs/subversion.html') diff --git a/docs/subversion.html b/docs/subversion.html new file mode 100644 index 000000000..1ce74db2a --- /dev/null +++ b/docs/subversion.html @@ -0,0 +1,39 @@ + + + +

Anonymous Subversion Access

+ +We allow anonymous (read-only) Subversion (svn) access to everyone. To +grab a copy of the latest version of buildroot using anonymous svn access: + +
+svn co svn://uclibc.org/trunk/buildroot
+ + +

+ +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 +buildroot 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 or to the Bug +and Patch Tracking System. For those that are actively contributing Subversion commit access can be made available. + + + -- cgit v1.2.3