cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/src/sanity.sh [signed-commits2]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/sanity.sh [signed-commits2]
Date: Wed, 30 Nov 2005 00:04:16 -0500

Index: ccvs/src/sanity.sh
diff -u ccvs/src/sanity.sh:1.1095.4.12 ccvs/src/sanity.sh:1.1095.4.13
--- ccvs/src/sanity.sh:1.1095.4.12      Wed Nov 30 04:14:38 2005
+++ ccvs/src/sanity.sh  Wed Nov 30 05:04:14 2005
@@ -7227,7 +7227,7 @@
 ${CPROG} update: move away \`sdir/file1'; it is in the way
 C sdir/file1"
            rm sdir/file1
-           rm -r sdir/CVS
+           rm -rf sdir/CVS
 
            # This is where things are not just like conflicts3-23
            dotest dirs2-7r "${testcvs} update -d" \
@@ -7251,7 +7251,7 @@
          dotest dirs2-8 "${testcvs} -q co first-dir" 'U first-dir/sdir/file1'
          cd first-dir
          dotest dirs2-9 "${testcvs} -q tag -b br" "T sdir/file1"
-         rm -r sdir/CVS
+         rm -rf sdir/CVS
 
          if $remote; then
            # val-tags used to have a cute little quirk; if an update didn't
@@ -7294,7 +7294,7 @@
 new revision: delete; previous revision: 1\.1"
          cd ../../2/first-dir
          if $remote; then
-           dotest dirs2-14 "${testcvs} update -d -r br" \
+           dotest dirs2-14r "${testcvs} update -d -r br" \
 "${QUESTION} sdir/file1
 ${SPROG} update: Updating \.
 ${SPROG} update: Updating sdir"
@@ -7306,7 +7306,7 @@
 
          dokeep
          cd ../..
-         rm -r 1 2 3
+         rm -rf 1 2 3
          modify_repo rm -rf $CVSROOT_DIRNAME/first-dir
          ;;
 
@@ -7503,7 +7503,7 @@
          dokeep
          cd ..
          modify_repo rm -rf $CVSROOT_DIRNAME/first-dir
-         rm -r first-dir
+         rm -rf first-dir
          ;;
 
 
@@ -7796,7 +7796,7 @@
          # tacky, although people generally expect it to work.  Maybe
          # we should release it instead.  We do it a few other places
          # below as well.
-         rm -r dir1
+         rm -rf dir1
          dotest branches2-15 "${testcvs} update -d -j b1 dir1" \
 "${SPROG} update: Updating dir1
 U dir1/file3"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]