freebsd-dev/gnu/usr.bin/cvs
Joerg Wunsch 266e938a21 Made this script a bit more fool-proof, so people like me can better
use it. :-)

It now explicitly requires the specification of a directory to import
from, either as an argument to the script, or by asking the user about
it.  (Previously, it implicitly used `.', like cvs import does.)

Also implemented an option `-n', which does essentially the same like
the overall CVS option `-n': show only what would have been done,
don't do any commitment.  Note that since the modules' database is
checked out in place (and not commited back), it will erroneously be
reported as to be imported, too:

cvs import: Importing /home/ncvs/ports/foobar/foo/modules
I ports/foobar/foo/modules/CVS
N ports/foobar/foo/modules/modules

This is an unwanted side-effect, but gives the user the option to see
if the `ed' magic did the right thing when editing modules/modules.

Rod, can you please check the function ``checktag'' in the script if it
will be restritctive enough?
1995-03-26 21:56:32 +00:00
..
contrib Made this script a bit more fool-proof, so people like me can better 1995-03-26 21:56:32 +00:00
cvs added *.info and *.db to the default "ignore" list in cvs to avoid obviously 1995-02-04 20:27:23 +00:00
cvsinit Added cvsinit shell script as a runnable command. 1994-10-22 04:51:40 +00:00
doc Updated CVS 1993-06-18 05:46:17 +00:00
examples Updated CVS 1993-06-18 05:46:17 +00:00
lib Fix bogus install rule. 1995-01-23 21:30:18 +00:00
mkmodules Add dependencies on libraries to DPADD. 1994-08-28 18:18:19 +00:00
Makefile Adding cvsinit back to the subdirs since it shouldn't have been removed 1994-10-22 19:36:22 +00:00
Makefile.inc Centralize declarations of library names. 1994-08-28 18:12:38 +00:00