/[cvs]/ccvs/src/sanity.sh
ViewVC logotype

Diff of /ccvs/src/sanity.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1095.4.4 by dprice, Fri Oct 28 15:56:20 2005 UTC revision 1.1095.4.5 by dprice, Sat Oct 29 04:35:00 2005 UTC
# Line 5578  U trdiff/bar Line 5578  U trdiff/bar
5578  U trdiff/foo"  U trdiff/foo"
5579                  cd trdiff                  cd trdiff
5580                  echo something >> foo                  echo something >> foo
5581                  dotest rdiff-3 \                  dotest rdiff-3 "$testcvs -Q ci -m added-something foo"
                   "${testcvs} ci -m added-something foo" \  
 "${CVSROOT_DIRNAME}/trdiff/foo,v  <--  foo  
 new revision: 1\.2; previous revision: 1\.1"  
5582                  echo '#ident    "@(#)trdiff:$''Name$:$''Id$"' > new                  echo '#ident    "@(#)trdiff:$''Name$:$''Id$"' > new
5583                  echo "new file" >> new                  echo "new file" >> new
5584                  dotest rdiff-4 \                  dotest rdiff-4 \
5585                    "${testcvs} add -m new-file-description new" \                    "${testcvs} add -m new-file-description new" \
5586  "${SPROG} add: scheduling file \`new' for addition  "${SPROG} add: scheduling file \`new' for addition
5587  ${SPROG} add: use .${SPROG} commit. to add this file permanently"  ${SPROG} add: use .${SPROG} commit. to add this file permanently"
5588                  dotest rdiff-5 \                  dotest rdiff-5 "$testcvs -Q commit -m added-new-file new"
                   "${testcvs} commit -m added-new-file new" \  
 "${CVSROOT_DIRNAME}/trdiff/new,v  <--  new  
 initial revision: 1\.1"  
5589                  dotest rdiff-6 \                  dotest rdiff-6 \
5590                    "${testcvs} tag local-v0" \                    "${testcvs} tag local-v0" \
5591  "${SPROG} tag: Tagging .  "${SPROG} tag: Tagging .
# Line 8721  EOF Line 8715  EOF
8715            dotest rcsdiff-2 "${testcvs} add -m new-file foo.c" \            dotest rcsdiff-2 "${testcvs} add -m new-file foo.c" \
8716  "${SPROG} add: scheduling file .foo\.c. for addition  "${SPROG} add: scheduling file .foo\.c. for addition
8717  ${SPROG} add: use .${SPROG} commit. to add this file permanently"  ${SPROG} add: use .${SPROG} commit. to add this file permanently"
8718            dotest rcsdiff-3 "${testcvs} commit -m rev1 foo.c" \            dotest rcsdiff-3 "$testcvs -Q commit -m rev1 foo.c"
 "${CVSROOT_DIRNAME}/first-dir/foo.c,v  <--  foo\.c  
 initial revision: 1\.1"  
8719            dotest rcsdiff-4 "${testcvs} tag first foo.c" "T foo\.c"            dotest rcsdiff-4 "${testcvs} tag first foo.c" "T foo\.c"
8720            dotest rcsdiff-5 "${testcvs} update -p -r first foo.c" \            dotest rcsdiff-5 "${testcvs} update -p -r first foo.c" \
8721  "===================================================================  "===================================================================
# Line 8734  VERS: 1\.1 Line 8726  VERS: 1\.1
8726  I am the first foo, and my name is \$""Name: first \$\."  I am the first foo, and my name is \$""Name: first \$\."
8727    
8728            echo "I am the second foo, and my name is $""Name$." > foo.c            echo "I am the second foo, and my name is $""Name$." > foo.c
8729            dotest rcsdiff-6 "${testcvs} commit -m rev2 foo.c" \            dotest rcsdiff-6 "$testcvs -Q commit -m rev2 foo.c"
 "${CVSROOT_DIRNAME}/first-dir/foo\.c,v  <--  foo\.c  
 new revision: 1\.2; previous revision: 1\.1"  
8730            dotest rcsdiff-7 "${testcvs} tag second foo.c" "T foo\.c"            dotest rcsdiff-7 "${testcvs} tag second foo.c" "T foo\.c"
8731            dotest rcsdiff-8 "${testcvs} update -p -r second foo.c" \            dotest rcsdiff-8 "${testcvs} update -p -r second foo.c" \
8732  "===================================================================  "===================================================================
# Line 8853  diff -c -F '\.\* (' -r1\.1 rgx\.c Line 8843  diff -c -F '\.\* (' -r1\.1 rgx\.c
8843            echo '3' >> file1            echo '3' >> file1
8844            dotest rcslib-merge-4 "${testcvs} -q add file1" \            dotest rcslib-merge-4 "${testcvs} -q add file1" \
8845  "${SPROG} add: use .${SPROG} commit. to add this file permanently"  "${SPROG} add: use .${SPROG} commit. to add this file permanently"
8846            dotest rcslib-merge-5 "${testcvs} -q commit -m '' file1" \            dotest rcslib-merge-5 "$testcvs -Q commit -mr1 file1"
 "$CVSROOT_DIRNAME/first-dir/file1,v  <--  file1  
 initial revision: 1\.1"  
8847            sed -e 's/2/two/' file1 > f; mv f file1            sed -e 's/2/two/' file1 > f; mv f file1
8848            dotest rcslib-merge-6 "${testcvs} -q commit -m '' file1" \            dotest rcslib-merge-6 "$testcvs -Q commit -mr2 file1"
 "$CVSROOT_DIRNAME/first-dir/file1,v  <--  file1  
 new revision: 1\.2; previous revision: 1\.1"  
8849            dotest rcslib-merge-7 "${testcvs} -q tag -b -r 1.1 patch1" "T file1"            dotest rcslib-merge-7 "${testcvs} -q tag -b -r 1.1 patch1" "T file1"
8850            dotest rcslib-merge-8 "${testcvs} -q update -r patch1" "[UP] file1"            dotest rcslib-merge-8 "${testcvs} -q update -r patch1" "[UP] file1"
8851            dotest rcslib-merge-9 "${testcvs} -q status" \            dotest rcslib-merge-9 "${testcvs} -q status" \
# Line 8877  File: file1                    Status: Up-to-da Line 8863  File: file1                    Status: Up-to-da
8863  2  2
8864  3'  3'
8865            sed -e 's/3/three/' file1 > f; mv f file1            sed -e 's/3/three/' file1 > f; mv f file1
8866            dotest rcslib-merge-11 "${testcvs} -q commit -m '' file1" \            dotest rcslib-merge-11 "$testcvs -Q commit -mb1 file1"
 "$CVSROOT_DIRNAME/first-dir/file1,v  <--  file1  
 new revision: 1\.1\.2\.1; previous revision: 1\.1"  
8867            dotest rcslib-merge-12 "${testcvs} -q update -kv -j1.2" \            dotest rcslib-merge-12 "${testcvs} -q update -kv -j1.2" \
8868  "U file1  "U file1
8869  RCS file: ${CVSROOT_DIRNAME}/first-dir/file1,v  RCS file: ${CVSROOT_DIRNAME}/first-dir/file1,v
# Line 8910  two Line 8894  two
8894            fi            fi
8895            dotest rcslib-symlink-2 "$testcvs update file2" "U file2"            dotest rcslib-symlink-2 "$testcvs update file2" "U file2"
8896            echo "This is a change" >> file2            echo "This is a change" >> file2
8897            dotest rcslib-symlink-3 "$testcvs ci -m because file2" \            dotest rcslib-symlink-3 "$testcvs -Q ci -m b2 file2"
 "$CVSROOT_DIRNAME/first-dir/file1,v  <--  file2  
 new revision: 1\.1\.2\.2; previous revision: 1\.1\.2\.1"  
8898    
8899            # Switch as for rcslib-symlink-1            # Switch as for rcslib-symlink-1
8900            if test -n "$remotehost"; then            if test -n "$remotehost"; then
# Line 9050  U second-dir/fileX" Line 9032  U second-dir/fileX"
9032            echo change-it >>fileX            echo change-it >>fileX
9033    
9034            # Writes actually cause symlinks to be resolved.            # Writes actually cause symlinks to be resolved.
9035              # $DOTSTAR here accounts for the keyword-in-signed-file warning.
9036            dotest rcslib-long-symlink-3 "$testcvs -q ci -mwrite-it" \            dotest rcslib-long-symlink-3 "$testcvs -q ci -mwrite-it" \
9037  "$CVSROOT_DIRNAME/123456789012345678901234567890/123456789012345678901234567890/123456789012345678901234567890/123456789012345678901234567890/123456789012345678901234567890/123456789012345678901234567890/123456789012345678901234567890/123456789012345678901234567890/123456789012345678901234567890/123456789012345678901234567890/file1,v  <--  fileX  "$DOTSTAR$CVSROOT_DIRNAME/123456789012345678901234567890/123456789012345678901234567890/123456789012345678901234567890/123456789012345678901234567890/123456789012345678901234567890/123456789012345678901234567890/123456789012345678901234567890/123456789012345678901234567890/123456789012345678901234567890/123456789012345678901234567890/file1,v  <--  fileX
9038  new revision: 1\.5; previous revision: 1\.4"  new revision: 1\.5; previous revision: 1\.4"
9039    
9040            dokeep            dokeep
# Line 9225  U first-dir/imported-f4" Line 9208  U first-dir/imported-f4"
9208                  echo local-change >> imported-f2                  echo local-change >> imported-f2
9209    
9210                  # commit                  # commit
9211                  dotest import-100 "${testcvs} ci -m local-changes" \                  # $DOTSTAR accounts for the keyword-in-signed-file warning.
9212  "${CPROG} commit: Examining .                  dotest import-100 "$testcvs ci -m local-changes" \
9213  ${CVSROOT_DIRNAME}/first-dir/imported-f1,v  <--  imported-f1  "$CPROG commit: Examining .
9214    $DOTSTAR$CVSROOT_DIRNAME/first-dir/imported-f1,v  <--  imported-f1
9215  new revision: delete; previous revision: 1\.1\.1\.1  new revision: delete; previous revision: 1\.1\.1\.1
9216  ${CVSROOT_DIRNAME}/first-dir/imported-f2,v  <--  imported-f2  $CVSROOT_DIRNAME/first-dir/imported-f2,v  <--  imported-f2
9217  new revision: 1\.2; previous revision: 1\.1"  new revision: 1\.2; previous revision: 1\.1"
9218    
9219                  # log                  # log
# Line 18054  File: binfile                  Status: Up-to-da Line 18038  File: binfile                  Status: Up-to-da
18038    
18039            cd 2/first-dir            cd 2/first-dir
18040            echo 'this file is $''RCSfile$' >binfile            echo 'this file is $''RCSfile$' >binfile
18041            dotest binfiles-14a "${testcvs} -q ci -m modify-it" \            dotest binfiles-14a "${testcvs} -Q ci -m modify-it"
 "$CVSROOT_DIRNAME/first-dir/binfile,v  <--  binfile  
 new revision: 1\.5; previous revision: 1\.4"  
18042            dotest binfiles-14b "cat binfile" 'this file is $''RCSfile$'            dotest binfiles-14b "cat binfile" 'this file is $''RCSfile$'
18043            # See binfiles-5.5 for discussion of -kb.            # See binfiles-5.5 for discussion of -kb.
18044            dotest binfiles-14c "${testcvs} status binfile" \            dotest binfiles-14c "${testcvs} status binfile" \
# Line 20545  $SPROG commit: Rebuilding administrative Line 20527  $SPROG commit: Rebuilding administrative
20527  "$SPROG add: scheduling file \`file1' for addition  "$SPROG add: scheduling file \`file1' for addition
20528  $SPROG add: use \`$SPROG commit' to add this file permanently"  $SPROG add: use \`$SPROG commit' to add this file permanently"
20529    
20530            dotest serverpatch-3 "${testcvs} -q commit -m add" \            dotest serverpatch-3 "$testcvs -Q commit -m add"
 "$CVSROOT_DIRNAME/first-dir/file1,v  <--  file1  
 initial revision: 1\.1"  
20531    
20532            # Tag the file.            # Tag the file.
20533            dotest serverpatch-4 "${testcvs} -q tag tag file1" 'T file1'            dotest serverpatch-4 "${testcvs} -q tag tag file1" 'T file1'
# Line 20566  initial revision: 1\.1" Line 20546  initial revision: 1\.1"
20546            # Modify and check in the first copy.            # Modify and check in the first copy.
20547            cd ../1/first-dir            cd ../1/first-dir
20548            echo '2' >> file1            echo '2' >> file1
20549            dotest serverpatch-7 "${testcvs} -q ci -mx file1" \            dotest serverpatch-7 "$testcvs -Q ci -mx file1"
 "$CVSROOT_DIRNAME/first-dir/file1,v  <--  file1  
 new revision: 1\.2; previous revision: 1\.1"  
20550    
20551            # Now update the second copy.  When using remote CVS, the            # Now update the second copy.  When using remote CVS, the
20552            # patch will fail, forcing the file to be refetched.            # patch will fail, forcing the file to be refetched.
# Line 24150  ${SPROG} add: use .${SPROG} commit. to a Line 24128  ${SPROG} add: use .${SPROG} commit. to a
24128            dotest stamps-4kw \            dotest stamps-4kw \
24129  "$diff_u $TESTDIR/1/stamp.kw.touch $TESTDIR/1/stamp.kw.add"  "$diff_u $TESTDIR/1/stamp.kw.touch $TESTDIR/1/stamp.kw.add"
24130            sleep 60            sleep 60
24131            dotest stamps-5 "${testcvs} -q ci -m add" \            dotest stamps-5 "$testcvs -Q ci -m add"
24132  "$CVSROOT_DIRNAME/first-dir/aa,v  <--  aa  
 initial revision: 1\.1  
 $CVSROOT_DIRNAME/first-dir/kw,v  <--  kw  
 initial revision: 1\.1"  
24133            # Cygwin, *cough*, puts the year in the time column until the minute            # Cygwin, *cough*, puts the year in the time column until the minute
24134            # is no longer the current minute.  Sleep 60 seconds to avoid this            # is no longer the current minute.  Sleep 60 seconds to avoid this
24135            # problem.            # problem.
# Line 24193  U first-dir/kw" Line 24168  U first-dir/kw"
24168            sleep 60            sleep 60
24169            echo add a line >>aa            echo add a line >>aa
24170            echo add a line >>kw            echo add a line >>kw
24171            dotest stamps-9 "${testcvs} -q ci -m change-them" \            dotest stamps-9 "$testcvs -Q ci -m change-them"
 "$CVSROOT_DIRNAME/first-dir/aa,v  <--  aa  
 new revision: 1\.2; previous revision: 1\.1  
 $CVSROOT_DIRNAME/first-dir/kw,v  <--  kw  
 new revision: 1\.2; previous revision: 1\.1"  
24172                        
24173            # Cygwin, *cough*, puts the year in the time column until the minute            # Cygwin, *cough*, puts the year in the time column until the minute
24174            # is no longer the current minute.  Sleep 60 seconds to avoid this            # is no longer the current minute.  Sleep 60 seconds to avoid this
# Line 24590  U file1" "U file1" Line 24561  U file1" "U file1"
24561            dotest keyword-3 "${testcvs} add file1" \            dotest keyword-3 "${testcvs} add file1" \
24562  "${SPROG} add: scheduling file .file1. for addition  "${SPROG} add: scheduling file .file1. for addition
24563  ${SPROG} add: use .${SPROG} commit. to add this file permanently"  ${SPROG} add: use .${SPROG} commit. to add this file permanently"
24564            dotest keyword-4 "${testcvs} -q ci -m add" \            dotest keyword-4 "$testcvs -Q ci -m add"
 "$CVSROOT_DIRNAME/first-dir/file1,v  <--  file1  
 initial revision: 1\.1"  
24565            dotest keyword-5 "cat file1" \            dotest keyword-5 "cat file1" \
24566  '\$'"Author: ${username} "'\$'"  '\$'"Author: ${username} "'\$'"
24567  "'\$'"Date: [0-9][0-9][0-9][0-9]/[0-9][0-9]/[0-9][0-9] [0-9][0-9]:[0-9][0-9]:[0-9][0-9] "'\$'"  "'\$'"Date: [0-9][0-9][0-9][0-9]/[0-9][0-9]/[0-9][0-9] [0-9][0-9]:[0-9][0-9]:[0-9][0-9] "'\$'"
# Line 24722  xx "'\$'"Log"'\$' Line 24691  xx "'\$'"Log"'\$'
24691            dotest keyword-17 "${testcvs} update -A file1" "U file1"            dotest keyword-17 "${testcvs} update -A file1" "U file1"
24692    
24693            echo '$''Name$' > file1            echo '$''Name$' > file1
24694            dotest keyword-18 "${testcvs} ci -m modify file1" \            dotest keyword-18 "$testcvs -Q ci -m modify file1"
 "${CVSROOT_DIRNAME}/first-dir/file1,v  <--  file1  
 new revision: 1\.2; previous revision: 1\.1"  
24695            dotest keyword-19 "${testcvs} -q tag tag1" "T file1"            dotest keyword-19 "${testcvs} -q tag tag1" "T file1"
24696            echo "change" >> file1            echo "change" >> file1
24697            dotest keyword-20 "${testcvs} -q ci -m mod2 file1" \            dotest keyword-20 "$testcvs -Q ci -m mod2 file1"
 "$CVSROOT_DIRNAME/first-dir/file1,v  <--  file1  
 new revision: 1\.3; previous revision: 1\.2"  
24698            # FIXCVS - These unpatchable files are happening because the tag            # FIXCVS - These unpatchable files are happening because the tag
24699            # associated with the current base version of the file in the            # associated with the current base version of the file in the
24700            # sandbox is not available in these cases.  See the note in the            # sandbox is not available in these cases.  See the note in the
# Line 24800  EOF Line 24765  EOF
24765  ${SPROG} \[commit aborted\]: correct above errors first!"  ${SPROG} \[commit aborted\]: correct above errors first!"
24766            dotest keywordlog-4c "${testcvs} -q update -A" "M file1"            dotest keywordlog-4c "${testcvs} -q update -A" "M file1"
24767    
24768            dotest keywordlog-5 "${testcvs} ci -F ${TESTDIR}/comment.tmp file1" \            dotest keywordlog-5 "$testcvs -Q ci -F $TESTDIR/comment.tmp file1"
 "${CVSROOT_DIRNAME}/first-dir/file1,v  <--  file1  
 new revision: 1\.4; previous revision: 1\.3"  
24769            rm -f ${TESTDIR}/comment.tmp            rm -f ${TESTDIR}/comment.tmp
24770            dotest keywordlog-6 "${testcvs} -q tag -b br" "T file1"            dotest keywordlog-6 "${testcvs} -q tag -b br" "T file1"
24771            dotest keywordlog-7 "cat file1" \            dotest keywordlog-7 "cat file1" \
# Line 24825  xx" Line 24788  xx"
24788            cd ../../1/first-dir            cd ../../1/first-dir
24789    
24790            echo "change" >> file1            echo "change" >> file1
24791            dotest keywordlog-10 "${testcvs} ci -m modify file1" \            dotest keywordlog-10 "$testcvs -Q ci -m modify file1"
 "${CVSROOT_DIRNAME}/first-dir/file1,v  <--  file1  
 new revision: 1\.5; previous revision: 1\.4"  
24792            dotest keywordlog-11 "cat file1" \            dotest keywordlog-11 "cat file1" \
24793  "initial  "initial
24794  xx "'\$'"Log: file1,v "'\$'"  xx "'\$'"Log: file1,v "'\$'"
# Line 24857  change" Line 24818  change"
24818            cd ../../1/first-dir            cd ../../1/first-dir
24819            dotest keywordlog-14 "${testcvs} -q update -r br" "[UP] file1"            dotest keywordlog-14 "${testcvs} -q update -r br" "[UP] file1"
24820            echo br-change >>file1            echo br-change >>file1
24821            dotest keywordlog-15 "${testcvs} -q ci -m br-modify" \            dotest keywordlog-15 "$testcvs -Q ci -m br-modify"
 "$CVSROOT_DIRNAME/first-dir/file1,v  <--  file1  
 new revision: 1\.4\.2\.1; previous revision: 1\.4"  
24822            dotest keywordlog-16 "cat file1" \            dotest keywordlog-16 "cat file1" \
24823  "initial  "initial
24824  xx "'\$'"Log: file1,v "'\$'"  xx "'\$'"Log: file1,v "'\$'"
# Line 25079  ${SPROG} add: scheduling file .file2. fo Line 25038  ${SPROG} add: scheduling file .file2. fo
25038  ${SPROG} add: use .${SPROG} commit. to add these files permanently"  ${SPROG} add: use .${SPROG} commit. to add these files permanently"
25039    
25040            # See "rmadd" for a list of other tests of cvs ci -r.            # See "rmadd" for a list of other tests of cvs ci -r.
25041            dotest keywordname-init-4 "${testcvs} -q ci -r 1.3 -m add" \            dotest keywordname-init-4 "$testcvs -Q ci -r 1.3 -m add"
 "$CVSROOT_DIRNAME/first-dir/file1,v  <--  file1  
 initial revision: 1\.3  
 $CVSROOT_DIRNAME/first-dir/file2,v  <--  file2  
 initial revision: 1\.3"  
25042    
25043            dotest keywordname-init-6 "${testcvs} -q up -A"            dotest keywordname-init-6 "${testcvs} -q up -A"
25044            dotest keywordname-init-7 "${testcvs} -q tag -b br" \            dotest keywordname-init-7 "${testcvs} -q tag -b br" \
# Line 25091  initial revision: 1\.3" Line 25046  initial revision: 1\.3"
25046  T file2"  T file2"
25047    
25048            echo new data >>file1            echo new data >>file1
25049            dotest keywordname-init-8 "${testcvs} -q ci -mchange" \            dotest keywordname-init-8 "$testcvs -Q ci -mchange"
 "$CVSROOT_DIRNAME/first-dir/file1,v  <--  file1  
 new revision: 1\.4; previous revision: 1\.3"  
25050    
25051            # First check out a branch.            # First check out a branch.
25052            #            #
# Line 25217  ${SPROG} add: use .${SPROG} commit. to a Line 25170  ${SPROG} add: use .${SPROG} commit. to a
25170  "${SPROG} add: scheduling file .binfile\.dat. for addition  "${SPROG} add: scheduling file .binfile\.dat. for addition
25171  ${SPROG} add: use .${SPROG} commit. to add this file permanently"  ${SPROG} add: use .${SPROG} commit. to add this file permanently"
25172    
25173            dotest keyword2-6 "${testcvs} -q ci -m add" \            dotest keyword2-6 "$testcvs -Q ci -m add"
 "$CVSROOT_DIRNAME/first-dir/binfile\.dat,v  <--  binfile\.dat  
 initial revision: 1\.1  
 $CVSROOT_DIRNAME/first-dir/file1,v  <--  file1  
 initial revision: 1\.1"  
25174    
25175            dotest keyword2-7 "${testcvs} -q tag -b branch" \            dotest keyword2-7 "${testcvs} -q tag -b branch" \
25176  "T binfile\.dat  "T binfile\.dat
25177  T file1"  T file1"
25178    
25179            sed -e 's/our/the best of and the worst of/' file1 >f; mv f file1            sed -e 's/our/the best of and the worst of/' file1 >f; mv f file1
25180            dotest keyword2-8 "${testcvs} -q ci -m change" \            dotest keyword2-8 "$testcvs -Q ci -m change"
 "$CVSROOT_DIRNAME/first-dir/file1,v  <--  file1  
 new revision: 1\.2; previous revision: 1\.1"  
25181    
25182            dotest keyword2-9 "${testcvs} -q update -r branch" '[UP] file1'            dotest keyword2-9 "${testcvs} -q update -r branch" '[UP] file1'
25183    
25184            echo "what else do we have?" >>file1            echo "what else do we have?" >>file1
25185            dotest keyword2-10 "${testcvs} -q ci -m change" \            dotest keyword2-10 "$testcvs -Q ci -m change"
 "$CVSROOT_DIRNAME/first-dir/file1,v  <--  file1  
 new revision: 1\.1\.2\.1; previous revision: 1\.1"  
25186    
25187            # Okay, first a conflict in file1 - should be okay with binfile.dat            # Okay, first a conflict in file1 - should be okay with binfile.dat
25188            dotest keyword2-11 "${testcvs} -q update -A -j branch" \            dotest keyword2-11 "${testcvs} -q update -A -j branch" \
# Line 25275  Merging differences between 1\.1 and 1\. Line 25220  Merging differences between 1\.1 and 1\.
25220    
25221            # binfile won't get checked in, but it is now corrupt and could            # binfile won't get checked in, but it is now corrupt and could
25222            # have been checked in if it had changed on the branch...            # have been checked in if it had changed on the branch...
25223              # $DOTSTAR here accounts for the keyword-in-signed-file warning.
25224            dotest keyword2-14 "${testcvs} -q ci -m change" \            dotest keyword2-14 "${testcvs} -q ci -m change" \
25225  "$CVSROOT_DIRNAME/first-dir/file1,v  <--  file1  "$DOTSTAR$CVSROOT_DIRNAME/first-dir/file1,v  <--  file1
25226  new revision: 1\.3; previous revision: 1\.2"  new revision: 1\.3; previous revision: 1\.2"
25227    
25228            # "-kk" no longer corrupts binary files            # "-kk" no longer corrupts binary files
# Line 25293  T file1" Line 25239  T file1"
25239    
25240            ${AWK} 'BEGIN { printf "%c%c%c@%c%c", 2, 10, 137, 13, 10 }' \            ${AWK} 'BEGIN { printf "%c%c%c@%c%c", 2, 10, 137, 13, 10 }' \
25241              </dev/null | ${TR} '@' '\000' >>binfile.dat              </dev/null | ${TR} '@' '\000' >>binfile.dat
25242              # $DOTSTAR here accounts for the keyword-in-signed-file warning.
25243            dotest keyword2-19 "$testcvs -q ci -m badbadbad" \            dotest keyword2-19 "$testcvs -q ci -m badbadbad" \
25244  "$CVSROOT_DIRNAME/first-dir/binfile\.dat,v  <--  binfile\.dat  "$DOTSTAR$CVSROOT_DIRNAME/first-dir/binfile\.dat,v  <--  binfile\.dat
25245  new revision: 1\.1\.4\.1; previous revision: 1\.1"  new revision: 1\.1\.4\.1; previous revision: 1\.1"
25246            # "-kk" no longer affects binary files            # "-kk" no longer affects binary files
25247    

Legend:
Removed from v.1.1095.4.4  
changed lines
  Added in v.1.1095.4.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26