Anonymous CVS Access to XLISP-STAT Sources

Tony Rossini has kindly set up an anonymous CVS server for XLISP-STAT (and ESS) on franz.stat.wisc.edu. Thanks to Doug Bates for making the hardware available.

To access the sources with cvs use the following steps.

  1. Make sure you have a CVS client available. On UNIX, use a recent version of cvs. Several clients are also available for MacOS and Windows. of the cvs client binary.
  2. run the command
            cvs -d :pserver:anoncvs@franz.stat.wisc.edu:/home/anoncvs/src login
    
  3. The password is anoncvs
  4. Run the command
            cvs -d :pserver:anoncvs@franz.stat.wisc.edu:/home/anoncvs/src checkout xlispstat
    
  5. This will create a directory called xlispstat containing the latest xlispstat source code from the main branch of the source tree.
  6. Whenever you want to merge in the latest code changes use the following command from within the xlispstat directory:
            cvs update -d -P
    
The cvs tree on franz.stat.wisc.edu will be updated roughly once a day.

For more information on CVS, see Cyclic Corporations's WWW site, or XEmacs's anonymous CVS information site, or Samba's anonymous CVS information site for general information on CVS and anonymous CVS usage.

Luke Tierney
10/7/1998