Update of /cvsroot/pure-data/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26781
Modified Files: update-developer-layout.sh Log Message: added -Pd to get new dirs
Index: update-developer-layout.sh =================================================================== RCS file: /cvsroot/pure-data/scripts/update-developer-layout.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** update-developer-layout.sh 6 Apr 2006 01:38:54 -0000 1.1 --- update-developer-layout.sh 8 Apr 2006 01:04:04 -0000 1.2 *************** *** 20,24 **** echo "$section" cd $section ! cvs up cd .. done --- 20,24 ---- echo "$section" cd $section ! cvs up -Pd cd .. done