See also the INSTALL page for info on how to compile and install the tools.
cvs -d :pserver:anoncvs@cvs.haskell.org:/cvs login
cvs -d :pserver:anoncvs@cvs.haskell.org:/cvs checkout programatica
cd programatica/tools cvs -q update -Pd
It is also possible to browse the Programatica CVS repository.
CVS_RSH to ssh.
cs.pdx.edu.
cvs program is installed in a standard place,
you also need to include a command to add the directory
/u/programa/bin to your PATH in the
.cshsrc or .bashrc file
(depending on which shell you use) in your
home directory on cs.pdx.edu:
set path = ( $path /u/programa/bin )
or
PATH=$PATH:/u/programa/bin
To get a copy of the source the first time:
This will create the directorycvs -d cs.pdx.edu:/u/programa/cvs checkout programatica/tools
programatica/tools.
To update your copy to the latest version of the source after this:
cd programatica/tools cvs update -d -P