BAD note To check out BAD note from CVS if you are on a noric machine you should set the environmenmt variable CVSROOT to /afs/slac.stanford.edu/g/babar/repo in tcsh shell : setenv CVSROOT /afs/slac.stanford.edu/g/babar/repo in bash shell : export CVSROOT=/afs/slac.stanford.edu/g/babar/repo if you want to have the BAD not on your local machine you can use the ssh capablility of CVS by setting : CVSROOT to :ext:noric15.slac.stanford.edu:/afs/slac.stanford.edu/g/babar/repo or any other noric machine at slac and in addition the variable CVS_RSH to ssh Then you can go to a directory of your choice like "tex" and type the following 2 commands : cvs co -l BAD cvs co BAD/note867 Both times you will be asked for your afs SLAC password. You also need the "puboard" package for some definitions cvs co pubboard and finally you enter the BAD/note867 directory and create a soft-link to pubboard ln -s ../../pubboard . Then you can do latex bad.tex and edit SVTbased.tex ******************************************************************** To commit your change do a cvs update -A first to get the latest version merged into your version if you do not have anything marked with a C (conflict) in the beginning you should the be able to do a cvs commit and after answering the text box everything should be commited. Just a reminder : If you added pictures in the plots subdirectory you also need to do a cvs add *.eps in the pictures directory before you do the commit.