test issues of members added to HEAD branch after creation of a daughter branch
[cvsps-hv.git] / t / t2002-revision-after-branch-creation / README
blob446b2e51df9f286130736dcf7bc32b7e647d5c91
1 The cvs repository was created using the following commands:
3     echo '1.1' >a.txt
4     cvs add a.txt
5     cvs commit -m 'Add a.txt'
6     cvs tag -b BRANCH
7     echo '1.1' >b.txt
8     cvs add b.txt
9     cvs commit -m 'Add b.txt'
10     # We have to make a commit on BRANCH so that the branch is not
11     # entirely ignored by cvsimport:
12     cvs up -r BRANCH
13     echo '1.1.2.1' >a.txt
14     cvs commit -m 'Revision 1.1.2.1'