SSH checkout for eyetap.org export CVS_RSH=ssh export CVSROOT=:ext:tangf@eyetap.org/home/cvs #check out all the files for a module cvs checkout xcaplive #use this to remove a directory, better them just deleteting it from bash cvs release xcaplive #commit the changes you make back to cvs (this can be a file or directory) cvs commit xcaplive #if you add new files you have to "add" them then commit them cvs add video_1394.c