
f you already have a checked out copy, run:

  cvs up from podc.
  cvs ci
	to get dm to see.

If you want to check out a copy, run:

  setenv CVS_RSH ssh
  cvs -d ludlow.scs.cs.nyu.edu:/home/u1/dm/doc/sundr/cvsroot co podc

Once you have the stuff, to build it, run:

  transfig -L pstex
  make
  latex sundr.ltx
  bibtex -min-crossrefs=100 sundr
  latex sundr.ltx
  latex sundr.ltx
  dvips sundr.dvi
  lpr sundr.ps  # to print

If you have trouble because you are missing files, the following
may help.
  cvs -d /home/u1/dm/doc/sundr/cvsroot co sosp
  cvs update -d

There's also a copy of the postscript file in ~dm/doc/sundr/podc.

David

cvs status filename 	All the versions for a file.
cvs up -p -r 1.41 filename    The -p says to print, the -r is a version

From dm0env@scs.cs.nyu.edu Fri Feb 28 19:25:32 2003
Received: from cs.nyu.edu (cs.nyu.edu [128.122.80.78])
	by griffin.cs.nyu.edu (8.11.6+Sun/8.11.6) with ESMTP id h210PW207472
	for <shasha@griffin.cs.nyu.edu>; Fri, 28 Feb 2003 19:25:32 -0500 (EST)
Received: from amsterdam.lcs.mit.edu (amsterdam.lcs.mit.edu [18.26.4.9])
	by cs.nyu.edu (8.12.5/8.12.5) with ESMTP id h210PVDt013830
	for <shasha@cs.nyu.edu>; Fri, 28 Feb 2003 19:25:31 -0500 (EST)
Received: (from dm@localhost)
	by amsterdam.lcs.mit.edu (8.11.6/8.11.6) id h210PVk15434
	for shasha@cs.nyu.edu; Fri, 28 Feb 2003 19:25:31 -0500 (EST)
	(envelope-from dm0env@scs.cs.nyu.edu)
Date: Fri, 28 Feb 2003 19:25:31 -0500 (EST)
Message-Id: <200303010025.h210PVk15434@amsterdam.lcs.mit.edu>
From: David Mazieres <dm@scs.cs.nyu.edu>
To: shasha@cs.nyu.edu
In-reply-to: <200302282331.h1SNVdT13593@csdsun01.cs.nyu.edu> (message from
	Dennis Shasha on Fri, 28 Feb 2003 18:31:39 -0500 (EST))
Subject: Re: couldn't find sosp
References:  <200302282331.h1SNVdT13593@csdsun01.cs.nyu.edu>
Content-Length: 638
Status: R

> Date: Fri, 28 Feb 2003 18:31:39 -0500 (EST)
> From: Dennis Shasha <shasha@cs.nyu.edu>
> 
> When I do
> ssh ludlow.scs.cs.nyu.edu
> I don't see the sosp directory.
> Dennis

Run:

  cvs -d /home/u1/dm/doc/sundr/cvsroot co sosp

This should create an empty directory.  Put whatever files you want in
there.  For each file you add, run "cvs add filename.tex".

If you want to edit on a machine other than ludlow, then set your
CVS_RSH environment variable to ssh, and run:

  cvs -d ludlow:/home/u1/dm/doc/sundr/cvsroot co podc
  cvs -d ludlow:/home/u1/dm/doc/sundr/cvsroot co sosp

To get the old paper and the new sosp directory.

David

