On Sun, Jan 04, 2009 at 07:03:38AM -0600, Ed Ahlsen-Girard wrote: > Thanks to all. The below worked. > > Grab the snapshots: [...]
> Update source: > > #!/bin/sh > > export [email protected]:/cvs > > cd /usr > > cvs checkout -P src Why not use cvs update? Of course you need to chdir to /usr/src then. Regards, Markus

