export CVS_RSH=ssh


CREATION:

(in po/)

cvs -d:ext:gerlachs@cvs.sf.net:/cvsroot/labplot import -m "Initial import." po vendor start


CHECKOUT:

(in HOME)

cvs -d:ext:gerlachs@cvs.sf.net:/cvsroot/labplot checkout po


(in po/)
#########

COMMIT:


cvs commit -m "deleted SAVE."


UPDATE:

cvs update -dP

ADD:

cvs add <file>

REMOVE:

rm <file>
cvs remove <file>

DIFF:

cvs diff (-u <file>)
