summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs
Commit message (Collapse)AuthorAgeFilesLines
* MFC: fix typo: MAINAINER -> MAINTAINERAlexey Zelkin2000-01-107-7/+7
| | | | Notes: svn path=/stable/3/; revision=55751
* The kerberos distribution in -stable is "krb" not "krb4" as in -current..Peter Wemm1999-12-141-1/+1
| | | | | | | | 'make release' broken by: peter Pointy hat awarded to culprit by: jkh Notes: svn path=/stable/3/; revision=54600
* MFC: cvs 1.10.7, as we run on freefall.Peter Wemm1999-12-1311-19/+49
| | | | | | | Approved by: jkh Notes: svn path=/stable/3/; revision=54575
* $Id$ -> $FreeBSD$Peter Wemm1999-08-299-10/+10
| | | | Notes: svn path=/stable/3/; revision=50569
* MFC: cvs-1.10 + FreeBSD mods preserved.Peter Wemm1999-05-101-2/+3
| | | | Notes: svn path=/stable/3/; revision=46897
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-211-265/+0
| | | | Notes: svn path=/stable/3/; revision=42951
* Fix LIBDIR so kerberised CVS will work.Mark Murray1998-08-151-2/+2
| | | | Notes: svn path=/head/; revision=38335
* Simplified by using new yacc rules and by not generating y.tab.h.Bruce Evans1998-05-081-3/+2
| | | | Notes: svn path=/head/; revision=35839
* Add an ".ifmake regress" to avoid warning during 'make world'.Eivind Eklund1998-04-191-2/+3
| | | | | | | Noticed by: bde Notes: svn path=/head/; revision=35295
* Activate CVS regression test.Eivind Eklund1998-03-281-1/+22
| | | | Notes: svn path=/head/; revision=34932
* indicate ability to support the PerservePermissions stuffPeter Wemm1998-03-102-0/+6
| | | | Notes: svn path=/head/; revision=34469
* add new file (hardlink.c) into sourcesPeter Wemm1998-03-101-2/+3
| | | | Notes: svn path=/head/; revision=34468
* comment that pvcs_to_rcs is left out since it needs perl5Peter Wemm1998-01-261-1/+3
| | | | Notes: svn path=/head/; revision=32795
* Add libdiffPeter Wemm1998-01-263-8/+16
| | | | Notes: svn path=/head/; revision=32794
* Build the internal libified diffPeter Wemm1998-01-261-0/+20
| | | | Notes: svn path=/head/; revision=32793
* Update options.h as per configure generated versionPeter Wemm1998-01-261-74/+8
| | | | Notes: svn path=/head/; revision=32792
* Update config.hPeter Wemm1998-01-262-12/+82
| | | | Notes: svn path=/head/; revision=32791
* Fixed missing dependency on version.c.Bruce Evans1997-12-181-5/+6
| | | | | | | Fixed some style bugs ($@ is not recommended ...). Notes: svn path=/head/; revision=31843
* <bsd.prog.mk> has always included ../Makefile.inc, and there are noBruce Evans1997-12-171-3/+1
| | | | | | | complications involving .PATH or dependencies, so don't include it here. Notes: svn path=/head/; revision=31821
* Don't use LDDESTDIR. Just put the -L arg in LDADD.Bruce Evans1997-12-172-3/+2
| | | | Notes: svn path=/head/; revision=31812
* If kerberos is installed and enabled in make.conf, activate cvs's kserverPeter Wemm1997-10-101-1/+12
| | | | | | | hooks. This is a lot safer than 'cvs pserver'. Notes: svn path=/head/; revision=30253
* small change to prevent "modules" to be modified twice, on the followingJun-ichiro itojun Hagino1997-07-151-3/+4
| | | | | | | | | | | execution sequences: % easy-import -n foobaa % easy-import foobaa Reviewed by: joerg_wunsch@uriah.heep.sax.de Notes: svn path=/head/; revision=27429
* support remote imports (you must have a local cvs with same path asJohn-Mark Gurney1997-06-091-2/+3
| | | | | | | | | remote for this to work) Approved/Improved by: joerg Notes: svn path=/head/; revision=26523
* Update to build the new cvs versionPeter Wemm1997-05-156-160/+184
| | | | Notes: svn path=/head/; revision=25845
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-228-9/+9
| | | | Notes: svn path=/head/; revision=22996
* Simplify using SRCDIRAndrey A. Chernov1997-01-161-5/+1
| | | | Notes: svn path=/head/; revision=21780
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-148-9/+9
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Same.Joshua Peck Macdonald1997-01-111-1/+5
| | | | Notes: svn path=/head/; revision=21520
* Use ${COPY} instead of -c for installing non-source files.Bruce Evans1997-01-012-4/+4
| | | | Notes: svn path=/head/; revision=21155
* Added reminder to edit the parent Makefile to add what you just imported.David E. O'Brien1996-11-221-2/+5
| | | | Notes: svn path=/head/; revision=19922
* Make it clear that a vendor-branch import adds something to theJoerg Wunsch1996-10-201-4/+4
| | | | | | | | | existing sources. Requested by: markm Notes: svn path=/head/; revision=19056
* forgot to reconnect easy-import to the MakefilePeter Wemm1996-09-051-3/+2
| | | | Notes: svn path=/head/; revision=18043
* Ack! Don't install cvs.info.gz etc in /usr/bin...Peter Wemm1996-08-211-1/+3
| | | | Notes: svn path=/head/; revision=17731
* Make the CVSvn.texi dependency hack work a little better..Peter Wemm1996-08-211-2/+2
| | | | Notes: svn path=/head/; revision=17730
* Oops, forgot to 'cvs add' this one.Peter Wemm1996-08-211-0/+19
| | | | Notes: svn path=/head/; revision=17727
* Update to use the cvs-1.8.1 sources from src/contrib/cvsPeter Wemm1996-08-20154-76724/+125
| | | | Notes: svn path=/head/; revision=17726
* Ensure at least one space between the module name and the module path.Joerg Wunsch1996-08-201-3/+3
| | | | | | | Detected by: asami Notes: svn path=/head/; revision=17715
* The default editor is "vi", not "/usr/ucb/vi".Satoshi Asami1996-08-091-2/+2
| | | | Notes: svn path=/head/; revision=17477
* Check for, and disallow, duplicate tags in the "cvs import" command.John Polstra1996-07-201-0/+7
| | | | | | | | | | | | | RCS cannot deal with duplicate tags; the extra one always becomes inaccessible and useless. This will prevent the common mistake of specifying the same name for the vendor tag and the release tag. The FreeBSD CVS repository already contains zillions of files with this error. We don't need any more of them. Notes: svn path=/head/; revision=17228
* checklog - extract your commits from commitlogs archiveWolfram Schneider1996-06-302-0/+35
| | | | Notes: svn path=/head/; revision=16848
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-241-2/+2
| | | | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. Notes: svn path=/head/; revision=16663
* Fix a bogon that prevented easy-import from inserting the new moduleJoerg Wunsch1996-04-281-10/+9
| | | | | | | | | name in alphabetical order (broken by my previous commit). Pointed out by: asami Notes: svn path=/head/; revision=15429
* Make `easy-import' ready for vendor-branch imports.Joerg Wunsch1996-04-071-60/+71
| | | | | | | I'm also going to install the new version on freefall. Notes: svn path=/head/; revision=15099
* Another round of man page cleanups.Mike Pritchard1996-02-121-2/+2
| | | | | | | Down to only about 100 items left to cleanup! :-) Notes: svn path=/head/; revision=14045
* Whoops. cvsinit was creating a modules file in CVSROOT with anPeter Wemm1996-01-111-2/+3
| | | | | | | | | explicit (and wrong) /usr/local/bin/mkmodules path. We install in /usr/bin. Noticed by: Faried Nawaz <fn@pain.csrv.uidaho.edu> Notes: svn path=/head/; revision=13384
* Use cvs -Q release, instead of cvs release -Q, for removing theJoerg Wunsch1996-01-021-4/+4
| | | | | | | modules module. Notes: svn path=/head/; revision=13163
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-308-13337/+0
| | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=13123
* recording cvs-1.6 file deathPeter Wemm1995-12-301-479/+0
| | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122
* This commit was generated by cvs2svn to compensate for changes in r13087,Peter Wemm1995-12-292-0/+3540
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=13088
| * Import some ChangeLogs for the parts of cvs-1.6.3 that I missedPeter Wemm1995-12-292-0/+3540
| | | | | | | | | | | | | | | | | | | | last time. I should have pulled these in last time as it allows easier comparison of "where we are at" relative to the current version from cyclic.com. Since this is in a 4.4BSD style tree layout, the changelogs dont exactly match the file layout, but it's close enough. Notes: svn path=/vendor/cvs/dist/; revision=13087