comparison tests/test-convert-cvs-branch @ 7812:18048153fd4e

test-convert-cvs*: mute output from "cvs up" Apparently some versions of cvs outputs more than other versions. That is however not relevant for these tests.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 27 Feb 2009 17:52:31 +0100
parents 8f0305874701
children 6584953be356
comparison
equal deleted inserted replaced
7811:864ad81b4e24 7812:18048153fd4e
36 cd src 36 cd src
37 37
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
45 echo "2" > a 45 echo "2" > a
46 cvscall ci -m "mod a" | grep '<--' | sed -e 's:.*src/\(.*\),v.*:checking in src/\1,v:g' 46 cvscall ci -m "mod a" | grep '<--' | sed -e 's:.*src/\(.*\),v.*:checking in src/\1,v:g'