From 29cca0970c9525216766db7853bc1431cc8c64dc Mon Sep 17 00:00:00 2001 From: krempp Date: Wed, 9 Aug 2000 11:15:27 +0200 Subject: [PATCH] ajoute -P, pour pas que CVS s'occuppe des rep vides. (ou simplement supprims..) darcs-hash:20000809091527-92525-5b0824bec844a14210048a2402f34eb3170a06fc.gz --- supercvs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/supercvs b/supercvs index df31406c..a3a30d0e 100755 --- a/supercvs +++ b/supercvs @@ -7,5 +7,6 @@ if [ `id -g` != 102 ] && [ X$CVSROOT = "X/home/httpd/CVS-Repository" ]; then echo "Faire 'newgrp webcvs' avant de commencer !!!" exit 1 fi -exec /usr/bin/cvs ${1+"$@"} - +exec /usr/bin/cvs -P ${1+"$@"} +# -P pour ne pas recreer les repertoires vides. +