[ansi-test-cvs] r2146 - public_html

Erik Huelsmann ehuelsmann at common-lisp.net
Wed Jul 15 05:56:18 UTC 2009


Author: ehuelsmann
Date: Wed Jul 15 01:56:16 2009
New Revision: 2146

Log:
Add a section on obtaining the code (website change).

Modified:
   public_html/index.shtml

Modified: public_html/index.shtml
==============================================================================
--- public_html/index.shtml	(original)
+++ public_html/index.shtml	Wed Jul 15 01:56:16 2009
@@ -59,6 +59,19 @@
   is invited to join the <a
  href="http://common-lisp.net/cgi-bin/mailman/listinfo/ansi-test-devel">developers mailing list</a>.
 
+<h2>Obtaining the code</h2>
+
+<p>You can get the code from the repository (the project doesn't do
+  distribution tarballs):</p>
+
+<pre>
+ $ svn checkout svn://common-lisp.net/project/ansi-test/svn/trunk/ansi-tests
+</pre>
+
+<p>If you want to use the test suite in the source tree of your project,
+  you can use the <a href="http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html">Subversion externals feature</a>
+  to retrieve the tests upon checkout of your own tree.</p>
+
 
 <hr>
  <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>




More information about the ansi-test-cvs mailing list