summaryrefslogtreecommitdiffstats
path: root/bin/cvs_helper
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cvs_helper')
-rw-r--r--bin/cvs_helper28
1 files changed, 28 insertions, 0 deletions
diff --git a/bin/cvs_helper b/bin/cvs_helper
new file mode 100644
index 0000000..fe46435
--- /dev/null
+++ b/bin/cvs_helper
@@ -0,0 +1,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
+