From: Steve F. <st...@pc...> - 2003-03-12 17:59:58
|
folks- i have added a new command to the build system. it is: updateAllProjects it runs 'cvs update -d' on all directories in $PROJECT_HOME (that are from cvs). In other words, it gets all your projects up to date (except if you have gotten CBIL from the download site). to get it, do this: % cd $PROJECT_HOME/install % cvs update % rehash then you should be able to run it like this: % updateAllProjects In theory it is always safe to run this, because cvs update never clobbers your work. but, it might merge in other people's work into files you are working on. steve |