Apache CVS guide http://www.engelschall.com/pw/apache/cvsguide/ Cederdqvist CVS manual http://durak.org/cvswebsites/doc/cvs_toc.html CVS Version Control for Web Site Projects http://durak.org/cvswebsites/howto-cvs/index.html cvs: ------------------------ create rep: cvs -d where_rep_will_be init add DIR: cd DIR cvs -d rep_location import path_to_modue_in_rep mathforum start connecting: ssh export CVS_RHS=ssh cvs -d :ext:USERNAME@CVS_SERVER:PATH_TO_CVSROOT checkout FILE pserver (edit /etc/inetd.conf and /etc/services) cvs -d :pserver:USERNAME@CVS_SERVER:PATH_TO_CVSROOT login modules: edit $CVSROOT/CVSROOT/modules: module_name path_to_subtree keywords: standard keyword is $Id: cvs-general,v 1.4 1999/04/12 18:55:32 sasha Exp $ use '-kkv' with commit or checkout to expand the keyword(s) releasing: cvs -d release NAME, where '-d' will delete NAME notification: edit $CVSROOT/CVSROOT/loginfo: ^PATTERN path-to-mail subject addressee exporting: similar to check out, allows exporting files only without CVS directories cvs export -r tag or -D date (req. tag or date) or cvs export -r tag or -r HEAD where HEAD is a reserved tag that means the most recent revision specifying destination directory: cvs COMMAND -d DIR_NAME will put files in DIR_NAME instead of expanding the path $Id: cvs-general,v 1.4 1999/04/12 18:55:32 sasha Exp $