Show More
@@ -44,12 +44,14 b' Branch the project' | |||
|
44 | 44 | |
|
45 | 45 | Modify file a, then b, then a |
|
46 | 46 | |
|
47 | $ sleep 1 | |
|
47 | 48 | $ echo "2" > a |
|
48 | 49 | $ cvscall ci -m "mod a" |
|
49 | 50 | cvs commit: Examining . |
|
50 | 51 | $ echo "2" > b |
|
51 | 52 | $ cvscall ci -m "mod b" |
|
52 | 53 | cvs commit: Examining . |
|
54 | $ sleep 1 | |
|
53 | 55 | $ echo "3" > a |
|
54 | 56 | $ cvscall ci -m "mod a again" |
|
55 | 57 | cvs commit: Examining . |
General Comments 0
You need to be logged in to leave comments.
Login now