summaryrefslogtreecommitdiffstats
path: root/bin/cvs_helper
blob: fe464356d85fe7cb2cac8806625e188366bc1763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/bin/sh
##
##
## Copyright (C) 1996 by Henry Kilmer.
## All rights reserved.
##
## This software may be freely copied, modified and redistributed without
## fee for non-commerical purposes provided that this copyright notice is
## preserved intact on all copies and modified copies.
## 
## There is no warranty or other guarantee of fitness of this software.
## It is provided solely "as is". The author(s) disclaim(s) all
## responsibility and liability with respect to this software's usage
## or its effect upon hardware, computer systems, other software, or
## anything else.
##
##
#
# cvs_helper
#

# Remove old config
rm <file>
cvs remove <file>

# Look at an old revision...put file in <dir>
cvs export -d <dir> -rX.YZ