##// END OF EJS Templates
test-convert-cvs*: mute output from "cvs up"...
Mads Kiilerich -
r7812:18048153 default
parent child Browse files
Show More
@@ -85,7 +85,7 b' echo % commit branch'
85 cd src
85 cd src
86 cvs -q update -r1.1 b/c
86 cvs -q update -r1.1 b/c
87 cvs -q tag -b branch
87 cvs -q tag -b branch
88 cvs -q update -r branch
88 cvs -q update -r branch > /dev/null
89 echo d >> b/c
89 echo d >> b/c
90 cvs -q commit -mci2 . | grep '<--' |\
90 cvs -q commit -mci2 . | grep '<--' |\
91 sed -e 's:.*src/\(.*\),v.*:checking in src/\1,v:g'
91 sed -e 's:.*src/\(.*\),v.*:checking in src/\1,v:g'
@@ -38,7 +38,7 b' cd src'
38 echo % Branch the project
38 echo % Branch the project
39
39
40 cvscall tag -b BRANCH
40 cvscall tag -b BRANCH
41 cvscall up -r BRANCH
41 cvscall up -r BRANCH > /dev/null
42
42
43 echo % Modify file a, then b, then a
43 echo % Modify file a, then b, then a
44
44
@@ -84,7 +84,7 b' echo % commit branch'
84 cd src
84 cd src
85 cvs -q update -r1.1 b/c
85 cvs -q update -r1.1 b/c
86 cvs -q tag -b branch
86 cvs -q tag -b branch
87 cvs -q update -r branch
87 cvs -q update -r branch > /dev/null
88 echo d >> b/c
88 echo d >> b/c
89 cvs -q commit -mci2 . | grep '<--' |\
89 cvs -q commit -mci2 . | grep '<--' |\
90 sed -e 's:.*src/\(.*\),v.*:checking in src/\1,v:g'
90 sed -e 's:.*src/\(.*\),v.*:checking in src/\1,v:g'
General Comments 0
You need to be logged in to leave comments. Login now