summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs
Commit message (Collapse)AuthorAgeFilesLines
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-252-4/+4
| | | | specified in the top level Makefiles.
* Make the tag checks more strict according to Rod's wishes.joerg1995-07-232-30/+76
| | | | | | Reviewed by: Submitted by: Obtained from:
* Remove bogus references to /usr/ucb.bde1995-06-261-2/+2
|
* Remove trailing whitespace.rgrimes1995-05-3047-266/+266
|
* Backed out the only FreeBSD specific change to the stock CVS sources nownate1995-04-181-1/+1
| | | | | | | that it's taken care of in the CVSROOT/cvsignore file which is FreeBSD specific. This will make it easier to track changes in the *official* release.
* Added back 'examples' to the subdirs which was bogusly removed.nate1995-04-141-2/+2
|
* Added Makefile for example files. They are now installed innate1995-04-081-0/+17
| | | | /usr/share/examples/cvs for use by the cvsinit script.
* Forgot one FreeBSD specific change needed.nate1995-03-311-1/+1
| | | | | | date: 1995/02/04 20:27:23; author: phk; state: Exp; lines: +1 -1 added *.info and *.db to the default "ignore" list in cvs to avoid obviously common mistakes.
* Merged in FreeBSD necessary changes in. Note, all of our sourcenate1995-03-3117-940/+1513
| | | | | modifications were *not* merged in (FreeBSD-DEVELOPER and symlink) but the source is now the stock sources.
* This commit was generated by cvs2svn to compensate for changes in r7516,nate1995-03-3125-0/+20711
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Original sources from CVS-1.4A2 munged to fit our directory structure.nate1995-03-3125-0/+20711
| |
* | Original sources from CVS-1.4A2 munged to fit our directory structure.nate1995-03-311-0/+133
| |
* | This commit was generated by cvs2svn to compensate for changes in r7514,nate1995-03-3178-4006/+7164
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Original sources from CVS-1.4A2 munged to fit our directory structure.nate1995-03-3192-4930/+8889
| |
| * This commit was manufactured by cvs2svn to create branch 'VENDOR-cvs'.cvs2svn1995-03-122-0/+557
| |
* | Made this script a bit more fool-proof, so people like me can betterjoerg1995-03-262-16/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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?
* | Add my script here to make people's life easier when importing newjoerg1995-03-122-0/+648
| | | | | | | | | | | | | | | | | | | | stuff. I'd like to have it in CVS, and i figured that this might be the best place to go. Someone (phk?) could install it into /usr/local/bin on freefall, for convenience. Suggested by: phk
* | added *.info and *.db to the default "ignore" list in cvs to avoid obviouslyphk1995-02-041-1/+1
| | | | | | | | common mistakes.
* | Fix bogus install rule.jkh1995-01-231-1/+2
| |
* | Use -lgnuregexache1995-01-113-6/+5
| |
* | __386BSD__ -> __FreeBSD__jkh1994-11-042-2/+2
| | | | | | | | | | | | I know that many of these entries are bogus and need to be revisited, but let's get the tree working again for now and then do a pass through looking at all the __FreeBSD__ entries, shall we?
* | Adding cvsinit back to the subdirs since it shouldn't have been removednate1994-10-221-1/+1
| | | | | | | | in the first place.
* | remove cvsinit from subdir listpst1994-10-221-1/+1
| |
* | Added cvsinit shell script as a runnable command.nate1994-10-223-1/+242
| | | | | | | | Submitted by: CVS mailing list.
* | Don't build profiled libraries. (NOPROFILE= yes. I don't like the negativebde1994-09-281-0/+2
| | | | | | | | | | logic or lack of checking of truth values. There are too many ways to spell "yes". Some Makefiles spell it as "no".)
* | Add dependencies on libraries to DPADD.bde1994-08-282-14/+8
| | | | | | | | Move another include of bsd.prog.mk to the end.
* | Centralize declarations of library names.bde1994-08-281-0/+8
| |
* | Clean up small error in the ncvs code that was causing rcs co to bergrimes1994-06-142-4/+8
| | | | | | | | | | | | | | | | called with -K-Keoptions -Kioptions. This should fix the problem with $Id$ still getting changed. I am also install both ncvs and ocvs on freefall with this change as ocvs still had the bug with -I \! which I fixed but did not reinstall.
* | Got this fix from think.com:rgrimes1994-05-262-2/+6
| | | | | | | | | | | | | | | | The following two patches should allow the documented "-I !" option to skip the ignore lists and import/update all files in the directory. I need it to force certain files to import (ie, csh.a which is part of the csh documentation).
* | Got this from think.com, nice patch to add Index: lines to cvs diff outputrgrimes1994-05-241-2/+24
| | | | | | | | | | so you can put it right into patch. Patch by Brian Berliner.
* | Enhancements to use now -K option to rcs so that certain keywords arergrimes1994-05-247-0/+50
| | | | | | | | | | | | NOT touched by cvs. Only takes effect if -DFREEBSD_DEVELOPER, and installs as ncvs when this is defined. You must also have the changes to rcs for this to work.
* | Add -K option to pass keywordlists to rcs so we can disable and enablergrimes1994-05-144-11/+46
| | | | | | | | specific keyword expansion on cvs co and cvs patch commands.
* | Added y.tab.h to the CLEANFILES target.ats1993-12-311-1/+1
| |
* | If we're not logging history information, don't demand write access.jkh1993-11-201-1/+1
| |
* | Removed Jordan's DO_LINKS from the Makefile, since this behavior is notnate1993-08-141-1/+1
| | | | | | | | | | 'normal' CVS behavior, and we've never used nor depended on it. (And at times I've gotten bit by it)
* | Really fixed the obj/noobj problems in CVS, and also made it so anate1993-07-063-3/+17
| | | | | | | | | | make install did not install libcvs in /usr/lib, since it has no reason to do that.
* | New manual page systemroot1993-07-021-2/+2
| |
* | Added a CLEANFILES entry for getdate.c (it's created by yacc)nate1993-06-291-0/+2
| |
* | Fixed up CVS like RCS to allow obj or no obj directory.nate1993-06-252-2/+2
| |
* | One small change to make the code clearer in update.jkh1993-06-251-3/+3
| |
* | Changes to allow simple symlink handlingjkh1993-06-243-1/+65
|/
* Updated CVSjkh1993-06-18110-0/+45398
OpenPOWER on IntegriCloud