diff options
author | ot <ot@localhost> | 2005-06-23 06:38:53 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-06-23 06:38:53 +0000 |
commit | 1cf22b82b6a2f0d26909c2e34dd3c77b4cc97e1b (patch) | |
tree | f62d9ec91adaea6eb6bbea464170a75c56c7a137 | |
parent | 539e059b0a011b6b251fabdcbc5b6f16a50dc15d (diff) | |
download | markup-validator-1cf22b82b6a2f0d26909c2e34dd3c77b4cc97e1b.zip markup-validator-1cf22b82b6a2f0d26909c2e34dd3c77b4cc97e1b.tar.gz markup-validator-1cf22b82b6a2f0d26909c2e34dd3c77b4cc97e1b.tar.bz2 |
making HEAD warning mildervalidator-0_7_0-alpha2
-rw-r--r-- | README.cvs | 33 |
1 files changed, 20 insertions, 13 deletions
@@ -7,29 +7,36 @@ code page</a>. <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> |