cvs:

to add new file
cvs add <file name>

commit changes
cvs ci -m "comment" <file name>

update
cvs up -dP

To update EMAN2

cd ~/EMAN2/src/eman2
cvs up -dP
cd ../build
cmake ../eman2
make && make install


Wrappers
In src/eman2/libpyEM

edit emdata.pyste
./create_boost_python


To update the documentation


cd ~/EMAN2/src/eman2
./makedoc.sh
