- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 23 Jun 2005 06:38:56 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator
In directory hutz:/tmp/cvs-serv1559
Modified Files:
README.cvs
Log Message:
making HEAD warning milder
Index: README.cvs
===================================================================
RCS file: /sources/public/validator/README.cvs,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- README.cvs 26 Jul 2004 21:28:37 -0000 1.9
+++ README.cvs 23 Jun 2005 06:38:53 -0000 1.10
@@ -7,29 +7,36 @@
<p>
Our CVS base is available read-only, using CVS pserver
- authentication a la:
+ authentication.
</p>
+
+<p>In order to get the latest development code:</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_7-release validator</kbd>
+ bash$ <kbd>cvs get validator</kbd>
cvs server: Updating validator
cvs server: Updating validator/htdocs
U validator/htdocs/about.html
...
</pre>
- <p>
- This will get you the latest released version, v0.6.7.
- </p>
- <p>
- If you are looking for development code, you should note that
- we are still in the process of fixing <code>HEAD</code> after a lot
- of advanced development, so for intermediate updates, we strongly
- recommend to 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>
+<p>Note that the latest development code may be broken at any time. If you want a working version,
+you should get the latest release version from the tar balls available from the <a href="http://validator.w3.org/source/">source code availability</a> page at validator.w3.org.
+Alternatively, you can get the latest released version, v0.6.7, via CVS:</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_7-release validator</kbd>
+ cvs server: Updating validator
+ cvs server: Updating validator/htdocs
+ U validator/htdocs/about.html
+ ...
+ </pre>
Received on Thursday, 23 June 2005 06:39:01 UTC