~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to src/doc/cvs.in.html

  • Committer: Bazaar Package Importer
  • Author(s): Albin Tonnerre
  • Date: 2008-06-20 18:00:19 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080620180019-7fbz1ln5444vtkkr
Tags: 0.9j-20080306-2ubuntu1
* Enabled unicode support. (Closes: LP #123530)
* Modify Maintainer value to match the DebianMaintainerField specification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<h2>CVS repository</h2>
2
 
 
3
 
<p>Beginning on March, ECL partially moved to the common-lisp.net
4
 
server. If you keep up to date with the latest improvements and fixes of
5
 
the ECL environment, you can use CVS to pull the latest sources from
6
 
there.
7
 
 
8
 
<p>If you have a modern version of the CVS program, such as the one
9
 
shipped with Mingw or with any Linux distribution, the command to get
10
 
the development sources is
11
 
<pre>
12
 
# ADDRESS=anonymous@common-lisp.net:/project/ecl/cvsroot
13
 
# cvs -z3 -d :pserver:anonymous:$ADDRESS co ecl
14
 
</pre>
15
 
<p>Additionally you can test ECL with Paul Dietz's ANSI test
16
 
suite. For that you need to download some additional files using
17
 
<pre>
18
 
# cvs -z3 -d :pserver:anonymous:$ADDRESS co ecl-test
19
 
</pre>
20
 
<p>Typing <tt>make</tt> from the top of the <tt>ecl-test</tt>
21
 
directory will download the latest version of the test suite and run
22
 
it using the version of ECL which is available on your machine.
23
 
 
24
 
<h2>Browsing CVS</h2>
25
 
 
26
 
<p>Additionally you can browse the ECL source code and download
27
 
tarballs using <a
28
 
href="http://common-lisp.net/cgi-bin/viewcvs.cgi/?root=ecl">this address</a>.