- From: Olivier Thereaux <ot@hutz.w3.org>
- Date: Wed, 28 Apr 2004 05:43:09 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator In directory hutz:/tmp/cvs-serv24684 Modified Files: Tag: validator-0_6_0-branch README.cvs Log Message: preparing for beta3 Index: README.cvs =================================================================== RCS file: /sources/public/validator/README.cvs,v retrieving revision 1.3 retrieving revision 1.3.4.1 diff -u -d -r1.3 -r1.3.4.1 --- README.cvs 28 Apr 2000 07:25:32 -0000 1.3 +++ README.cvs 28 Apr 2004 05:43:04 -0000 1.3.4.1 @@ -4,3 +4,31 @@ please see the <a href="http://validator.w3.org/source/">source code page</a>. </p> + + <p> + Our CVS base is available read-only, using CVS pserver + authentication a la: + </p> + <pre> + bash$ <kbd>export CVSROOT=":pserver:anonymous@dev.w3.org:/sources/public"</kbd> + bash$ <kbd>cvs login</kbd> + (Logging in to anonymous@dev.w3.org) + CVS password: <kbd>anonymous</kbd> + bash$ <kbd>cvs get -r validator-0_6_5-beta3 validator</kbd> + cvs server: Updating validator + cvs server: Updating validator/htdocs + U validator/htdocs/about.html + ... + </pre> + <p> + This will get you the current beta version. For intermediate + updates, use the <code>validator-0_6_0-branch</code> branch tag + instead. This is <strong>really what you want if you wish to install + a working version!</strong></p> + <p> + Major new development is done in <code>HEAD</code> and + the trunk is more or less guaranteed to be in a state of greater + or lesser breakage at any given point in time. <em>Approach with + great caution!</em> + </p> +
Received on Wednesday, 28 April 2004 01:43:35 UTC