Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Most development in CVS is done on the Controls Network. Make sure you select your profile at login.

SLAC MATLAB CVS

Instructions for Updating MATLAB 2012 Files

Make edits to your file, then commit and move the file to production:

Code Block
[fphysics@facet-srv01 ~/dstorey/cvswork/matlab/toolbox ]$ cvs commit -m "First version of the Diff Pumping watcher script" DPSvacWatcher.m
dstorey@mcclogin's password: 
RCS file: /afs/slac/g/lcls/cvs/matlab/toolbox/DPSvacWatcher.m,v
done
Checking in DPSvacWatcher.m;
/afs/slac/g/lcls/cvs/matlab/toolbox/DPSvacWatcher.m,v  <--  DPSvacWatcher.m
initial revision: 1.1
done

[fphysics@facet-srv01 ~/dstorey/cvswork/matlab/toolbox ]$ cvs2prod DPSvacWatcher.m
dstorey@mcclogin's password: 
U DPSvacWatcher.m
 

Instructions for Updating EDM Files

First Pass

Most of the time, we are checking out a package or folder, for example some EDM displays. First, make working directory (mine is called 'blah'). Then:

...