File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 4
4
5
5
# Usage $0 file
6
6
7
- # no branches: # cvs log -d '>1999-06-14 00:00:00 GMT' . > log
7
+ # all branches:
8
+ # cvs log -d '>1999-06-14 00:00:00 GMT' . > log
8
9
#
9
- # pre and post-branch logs:
10
- # find . -name CVS -type d -exec touch '{}/Entries.Static' \;
11
- #
12
- # cvs log -d'2000-05-08 00:00:00 GMT<2000-05-29 00:00:00 GMT' .
13
- # cvs log -d'>2000-05-29 00:00:00 GMT' -rREL7_1_STABLE`.
10
+ # one branch:
14
11
# cvs log -d'>2000-05-29 00:00:00 GMT' -rHEAD .
15
- # cvs log -d'>1999-06-14 00:00:00 GMT' . > log
16
- #
17
- # find . -name CVS -type d -exec rm '{}/Entries.Static' \;
12
+ # cvs log -d'>2000-05-29 00:00:00 GMT' -rREL7_3_STABLE` .
18
13
#
14
+ # date range
15
+ # cvs log -d'2000-05-08 00:00:00 GMT<2000-05-29 00:00:00 GMT' -rHEAD .
16
+
19
17
20
18
if [ "X$1" == "X-h" ]
21
19
then HTML="Y"
You can’t perform that action at this time.
0 commit comments