##// END OF EJS Templates
test-convert-cvs-branch: add sleep so cvs notices changes
Mads Kiilerich -
r12580:0ae639c7 default
parent child Browse files
Show More
@@ -44,12 +44,14 b' Branch the project'
44
44
45 Modify file a, then b, then a
45 Modify file a, then b, then a
46
46
47 $ sleep 1
47 $ echo "2" > a
48 $ echo "2" > a
48 $ cvscall ci -m "mod a"
49 $ cvscall ci -m "mod a"
49 cvs commit: Examining .
50 cvs commit: Examining .
50 $ echo "2" > b
51 $ echo "2" > b
51 $ cvscall ci -m "mod b"
52 $ cvscall ci -m "mod b"
52 cvs commit: Examining .
53 cvs commit: Examining .
54 $ sleep 1
53 $ echo "3" > a
55 $ echo "3" > a
54 $ cvscall ci -m "mod a again"
56 $ cvscall ci -m "mod a again"
55 cvs commit: Examining .
57 cvs commit: Examining .
General Comments 0
You need to be logged in to leave comments. Login now